old-benchmark-code/doit.sh

10 lines
152 B
Bash
Executable File

#!/bin/bash -x
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