Add run-benchmark script
This commit is contained in:
parent
a7a3621cfe
commit
a1afa303f2
1 changed files with 6 additions and 0 deletions
6
run-benchmark
Executable file
6
run-benchmark
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/bash
|
||||
i=10
|
||||
while [ $i -gt 0 ] ; do
|
||||
bash tests/bench
|
||||
i=$(($i - 1))
|
||||
done
|
Loading…
Reference in a new issue