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

Fully fix Kieker script

parent 50bb2578
Branches
Tags v1.1
No related merge requests found
...@@ -11,6 +11,7 @@ ...@@ -11,6 +11,7 @@
**/bin/** **/bin/**
frameworks/Kieker/scripts/benchmark/ frameworks/Kieker/scripts/benchmark/
frameworks/Kieker/scripts/data/ frameworks/Kieker/scripts/data/
frameworks/Kieker/MooBench.jar
frameworks/Kieker/scripts/kieker-*-aspectj.jar frameworks/Kieker/scripts/kieker-*-aspectj.jar
frameworks/Kieker/scripts/receiver/ frameworks/Kieker/scripts/receiver/
frameworks/Kieker/results-Kieker/ frameworks/Kieker/results-Kieker/
......
...@@ -137,9 +137,9 @@ function execute-experiment() { ...@@ -137,9 +137,9 @@ function execute-experiment() {
BENCHMARK_OPTS="${JAVA_ARGS} ${LTW_ARGS} ${KIEKER_ARGS} ${kieker_parameters}" BENCHMARK_OPTS="${JAVA_ARGS} ${LTW_ARGS} ${KIEKER_ARGS} ${kieker_parameters}"
fi fi
echo ${BENCHMARK_OPTS}" -jar benchmark/build/libs/benchmark.jar" echo ${BENCHMARK_OPTS}" -jar ../MooBench.jar"
${JAVABIN}java ${BENCHMARK_OPTS} -jar benchmark/build/libs/benchmark.jar \ ${JAVABIN}java ${BENCHMARK_OPTS} -jar ../MooBench.jar \
--application moobench.application.MonitoredClassSimple \ --application moobench.application.MonitoredClassSimple \
--output-filename ${RAWFN}-${loop}-${recursion}-${index}.csv \ --output-filename ${RAWFN}-${loop}-${recursion}-${index}.csv \
--total-calls ${TOTAL_NUM_OF_CALLS} \ --total-calls ${TOTAL_NUM_OF_CALLS} \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment