Script that runs all of the benchmarks in order...
This commit is contained in:
parent
51bc247661
commit
58aaf2acb8
1 changed files with 5 additions and 0 deletions
5
benchmarks/SOSP/runit.sh
Executable file
5
benchmarks/SOSP/runit.sh
Executable file
|
@ -0,0 +1,5 @@
|
|||
cat BULK_LOAD.script | timer.pl > BULK_LOAD.out
|
||||
cat BULK_LOAD_RAW.script | timer.pl > BULK_LOAD_RAW.out
|
||||
cat LLADD_HASH_TPS.script| timer.pl > LLADD_HASH_TPS.out
|
||||
cat TPS.script | timer.pl > TPS.out
|
||||
cat SEDA.script | timer.pl > SEDA.out
|
Loading…
Reference in a new issue