summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorStefan Radomski <github@mintwerk.de>2017-07-05 12:14:38 (GMT)
committerStefan Radomski <github@mintwerk.de>2017-07-05 12:14:38 (GMT)
commitd7bc661db02b2323aeb5cdf435a2138b04484dd1 (patch)
treefb1c0b47a56a39385d8930d5d62612a8a02ab287 /contrib
parenta0f96c5dd050c524223ac644ba8798bc7cc80bfd (diff)
downloaduscxml-d7bc661db02b2323aeb5cdf435a2138b04484dd1.zip
uscxml-d7bc661db02b2323aeb5cdf435a2138b04484dd1.tar.gz
uscxml-d7bc661db02b2323aeb5cdf435a2138b04484dd1.tar.bz2
Added benchmarks to README
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/benchmarks/run.sh4
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