Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions contrib/benchmarks/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ DIR="$( cd "$( dirname "$0" )" && pwd )"
CWD=`pwd`
cd ${DIR}

TIMEOUT=25s
TIMEOUT=120s

RUN_QT=false
RUN_APACHE=false
Expand Down Expand Up @@ -206,7 +206,7 @@ function run-scxmlcc {
cd scxmlcc
rm test
timeout ${TIMEOUT} ./scxmlcc/src/scxmlcc -i ${BENCHMARK} -o ./test.h
timeout ${TIMEOUT} g++ -DMACHINE_NAME=sc_benchmark ./statesPerSecond.cpp -o test
timeout ${TIMEOUT} g++ -O2 -DMACHINE_NAME=sc_benchmark ./statesPerSecond.cpp -o test
timeout ${TIMEOUT} ./test |tee ../logs/${SC_NAME}-scxmlcc.log

cd ..
Expand Down