old-benchmark-code/doit.sh

12 lines
225 B
Bash
Executable File

#!/bin/bash -x
# 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
time ./bc_sin.sh 16000