parent
a6a28bf4a4
commit
ca9d7de309
5
doit.sh
5
doit.sh
|
@ -1,9 +1,10 @@
|
||||||
#!/bin/bash
|
#!/bin/bash -x
|
||||||
|
|
||||||
cd /root/benchmarks
|
cd /root/benchmarks
|
||||||
cd cpu
|
cd cpu
|
||||||
time ./bc_sin.sh 500
|
time ./bc_sin.sh 500
|
||||||
time ./bc_sin.sh 1000
|
time ./bc_sin.sh 1000
|
||||||
time ./bc_sin.sh 2000
|
time ./bc_sin.sh 2000
|
||||||
time ./bc_sin.sh 3000
|
time ./bc_sin.sh 4000
|
||||||
|
time ./bc_sin.sh 8000
|
||||||
bash
|
bash
|
||||||
|
|
Loading…
Reference in New Issue