* print out each command to stdout

* run for longer time
This commit is contained in:
Jeff Carr 2011-09-26 17:29:54 -04:00
parent a6a28bf4a4
commit ca9d7de309
1 changed files with 3 additions and 2 deletions

View File

@ -1,9 +1,10 @@
#!/bin/bash #!/bin/bash -x
cd /root/benchmarks cd /root/benchmarks
cd cpu cd cpu
time ./bc_sin.sh 500 time ./bc_sin.sh 500
time ./bc_sin.sh 1000 time ./bc_sin.sh 1000
time ./bc_sin.sh 2000 time ./bc_sin.sh 2000
time ./bc_sin.sh 3000 time ./bc_sin.sh 4000
time ./bc_sin.sh 8000
bash bash