summaryrefslogtreecommitdiffstats
path: root/contrib/bc/Test/timetest
blob: 90da6ab7ad673b78fd94eb06bd69ed6a9d6e7b77 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh
#
# Time the functions.
#
BC=../bc
SYSBC=/usr/bin/bc
for file in exp.b ln.b sine.b atan.b jn.b mul.b div.b raise.b sqrt.b
do
for prog in $BC $SYSBC
do
echo Timing $file with $prog
time $prog -l $file
done
done
OpenPOWER on IntegriCloud