old-benchmark-code/doit.sh

12 lines
225 B
Bash
Raw Normal View History

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