diff --git a/frameworks/OpenTelemetry/benchmark.sh b/frameworks/OpenTelemetry/benchmark.sh index 716003b16cd747eca5d18fd84e864101b3350c3e..0d7173ba7a954cd3d4b1edb8ddae16a2d2f6a5a2 100755 --- a/frameworks/OpenTelemetry/benchmark.sh +++ b/frameworks/OpenTelemetry/benchmark.sh @@ -80,6 +80,7 @@ function runOpenTelemetryZipkin { --recursion-depth $RECURSION_DEPTH \ ${MOREPARAMS} &> ${RESULTS_DIR}/output_"$i"_"$RECURSION_DEPTH"_$k.txt stopBackgroundProcess + sleep $SLEEP_TIME } function runOpenTelemetryJaeger { @@ -96,6 +97,7 @@ function runOpenTelemetryJaeger { --recursion-depth $RECURSION_DEPTH \ ${MOREPARAMS} &> ${RESULTS_DIR}/output_"$i"_"$RECURSION_DEPTH"_$k.txt stopBackgroundProcess + sleep $SLEEP_TIME } function runOpenTelemetryPrometheus { @@ -112,6 +114,7 @@ function runOpenTelemetryPrometheus { --recursion-depth $RECURSION_DEPTH \ ${MOREPARAMS} &> ${RESULTS_DIR}/output_"$i"_"$RECURSION_DEPTH"_$k.txt stopBackgroundProcess + sleep $SLEEP_TIME } JAVABIN="" diff --git a/frameworks/inspectIT/benchmark.sh b/frameworks/inspectIT/benchmark.sh index 29e9fc80de6ddb777b85012827daf1f6a12ce617..78498bdc8d045b1882c2c09c084bc8ebace8482f 100755 --- a/frameworks/inspectIT/benchmark.sh +++ b/frameworks/inspectIT/benchmark.sh @@ -61,8 +61,8 @@ function runInspectITZipkin { --recursion-depth ${RECURSION_DEPTH} \ --force-terminate \ ${MOREPARAMS} &> ${RESULTS_DIR}/output_"$i"_"$RECURSION_DEPTH"_$k.txt - sleep $SLEEP_TIME stopBackgroundProcess + sleep $SLEEP_TIME } function runInspectITPrometheus { @@ -80,8 +80,8 @@ function runInspectITPrometheus { --recursion-depth ${RECURSION_DEPTH} \ --force-terminate \ ${MOREPARAMS} &> ${RESULTS_DIR}/output_"$i"_"$RECURSION_DEPTH"_$k.txt - sleep $SLEEP_TIME stopBackgroundProcess + sleep $SLEEP_TIME } function cleanup { diff --git a/frameworks/inspectIT/labels.sh b/frameworks/inspectIT/labels.sh index 49508d65384be97fc6b3383b3c32ec6f3e80045e..bf62e408956c400eda8c027eece37aff86a81914 100644 --- a/frameworks/inspectIT/labels.sh +++ b/frameworks/inspectIT/labels.sh @@ -1,4 +1,5 @@ TITLE[0]="No instrumentation" TITLE[1]="Deactivated processing" -TITLE[2]="Zipkin" -TITLE[3]="Prometheus" +TITLE[2]="Null writer" +TITLE[3]="Zipkin" +TITLE[4]="Prometheus"