diff options
author | Stefan Radomski <github@mintwerk.de> | 2017-07-05 12:14:38 (GMT) |
---|---|---|
committer | Stefan Radomski <github@mintwerk.de> | 2017-07-05 12:14:38 (GMT) |
commit | d7bc661db02b2323aeb5cdf435a2138b04484dd1 (patch) | |
tree | fb1c0b47a56a39385d8930d5d62612a8a02ab287 /contrib | |
parent | a0f96c5dd050c524223ac644ba8798bc7cc80bfd (diff) | |
download | uscxml-d7bc661db02b2323aeb5cdf435a2138b04484dd1.zip uscxml-d7bc661db02b2323aeb5cdf435a2138b04484dd1.tar.gz uscxml-d7bc661db02b2323aeb5cdf435a2138b04484dd1.tar.bz2 |
Added benchmarks to README
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/benchmarks/run.sh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/contrib/benchmarks/run.sh b/contrib/benchmarks/run.sh index ac13779..388c601 100755 --- a/contrib/benchmarks/run.sh +++ b/contrib/benchmarks/run.sh @@ -111,9 +111,7 @@ function run-uscxml { SC_NAME=$2 cd uscxml - timeout 600s ./statesPerSecond ${BENCHMARK} fast timeout ${TIMEOUT} ./statesPerSecond ${BENCHMARK} fast |tee ../logs/${SC_NAME}-uscxml-fast.log - USCXML_NOCACHE_FILES=YES \ timeout ${TIMEOUT} ./statesPerSecond ${BENCHMARK} large |tee ../logs/${SC_NAME}-uscxml-large.log cd .. } @@ -207,7 +205,7 @@ function run-scxmlcc { cd scxmlcc rm test - timeout 600s ./scxmlcc/src/scxmlcc -i ${BENCHMARK} -o ./test.h + timeout ${TIMEOUT} ./scxmlcc/src/scxmlcc -i ${BENCHMARK} -o ./test.h timeout ${TIMEOUT} g++ -DMACHINE_NAME=sc_benchmark ./statesPerSecond.cpp -o test timeout ${TIMEOUT} ./test |tee ../logs/${SC_NAME}-scxmlcc.log |