From 8dcf573ae4f5bafa95e8eb91baf684d60174415c Mon Sep 17 00:00:00 2001 From: David Georg Reichelt <davidgeorg_reichelt@dagere.de> Date: Sun, 29 Aug 2021 17:11:36 +0200 Subject: [PATCH] Remove unnecessary parameters --- frameworks/Kieker/scripts/benchmark.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/frameworks/Kieker/scripts/benchmark.sh b/frameworks/Kieker/scripts/benchmark.sh index ab64228..109a82a 100755 --- a/frameworks/Kieker/scripts/benchmark.sh +++ b/frameworks/Kieker/scripts/benchmark.sh @@ -61,8 +61,6 @@ information "----------------------------------" information "Running benchmark..." information "----------------------------------" -FIXED_PARAMETERS="--quickstart -a moobench.application.MonitoredClassSimple" - TIME=`expr ${METHOD_TIME} \* ${TOTAL_NUM_OF_CALLS} / 1000000000 \* 4 \* ${RECURSION_DEPTH} \* ${NUM_OF_LOOPS} + ${SLEEP_TIME} \* 4 \* ${NUM_OF_LOOPS} \* ${RECURSION_DEPTH} + 50 \* ${TOTAL_NUM_OF_CALLS} / 1000000000 \* 4 \* ${RECURSION_DEPTH} \* ${NUM_OF_LOOPS} ` information "Experiment will take circa ${TIME} seconds." @@ -77,8 +75,6 @@ touch ${DATA_DIR}/kieker.log JAVA_ARGS="-server" JAVA_ARGS="${JAVA_ARGS} -Xms1G -Xmx2G" -JAVA_OPTS="${FIXED_PARAMETERS}" - LTW_ARGS="-javaagent:${AGENT} -Dorg.aspectj.weaver.showWeaveInfo=true -Daj.weaving.verbose=true -Dkieker.monitoring.skipDefaultAOPConfiguration=true -Dorg.aspectj.weaver.loadtime.configuration=${AOP}" KIEKER_ARGS="-Dlog4j.configuration=log4j.cfg -Dkieker.monitoring.name=KIEKER-BENCHMARK -Dkieker.monitoring.adaptiveMonitoring.enabled=false -Dkieker.monitoring.periodicSensorsExecutorPoolSize=0" -- GitLab