old-benchmark-code/doit.sh

10 lines
132 B
Bash
Raw Normal View History

#!/bin/bash
cd /root/benchmarks
cd cpu
time ./bc_sin.sh 500
time ./bc_sin.sh 1000
time ./bc_sin.sh 2000
time ./bc_sin.sh 3000
bash