2011-09-26 16:29:54 -05:00
|
|
|
#!/bin/bash -x
|
2011-09-26 16:27:27 -05:00
|
|
|
|
2011-09-27 09:35:50 -05:00
|
|
|
# This averages about half an hour on a 3 ghz cpu
|
2011-09-26 16:19:04 -05:00
|
|
|
cd /root/benchmarks
|
2011-09-26 16:27:27 -05:00
|
|
|
cd cpu
|
|
|
|
time ./bc_sin.sh 500
|
|
|
|
time ./bc_sin.sh 1000
|
|
|
|
time ./bc_sin.sh 2000
|
2011-09-26 16:29:54 -05:00
|
|
|
time ./bc_sin.sh 4000
|
|
|
|
time ./bc_sin.sh 8000
|
2011-09-27 09:35:50 -05:00
|
|
|
time ./bc_sin.sh 16000
|