Skip to content
Snippets Groups Projects
Commit 7339ecba authored by David Georg Reichelt's avatar David Georg Reichelt
Browse files

Correctly add OPTS

parent 6e5d7423
No related branches found
No related tags found
No related merge requests found
......@@ -152,7 +152,7 @@ function execute-experiment() {
BENCHMARK_OPTS="${JAVA_ARGS} ${LTW_ARGS} ${KIEKER_ARGS} ${kieker_parameters}"
fi
${BENCHMARK} moobench.benchmark.BenchmarkMain \
${BENCHMARK} ${BENCHMARK_OPTS} moobench.benchmark.BenchmarkMain \
--application moobench.application.MonitoredClassSimple \
--output-filename ${RAWFN}-${loop}-${recursion}-${index}.csv \
--total-calls ${TOTAL_NUM_OF_CALLS} \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment