Script that runs all of the benchmarks in order...

This commit is contained in:
Sears Russell 2005-03-22 20:37:30 +00:00
parent 51bc247661
commit 58aaf2acb8

5
benchmarks/SOSP/runit.sh Executable file
View 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