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

Fix opentelemetry logging

parent f444ba9b
No related branches found
No related tags found
No related merge requests found
...@@ -86,12 +86,13 @@ function runOpenTelemetryLogging { ...@@ -86,12 +86,13 @@ function runOpenTelemetryLogging {
${JAVABIN}java ${JAVAARGS_OPENTELEMETRY_LOGGING} ${JAR} \ ${JAVABIN}java ${JAVAARGS_OPENTELEMETRY_LOGGING} ${JAR} \
--output-filename ${RAWFN}-${i}-${j}-${k}.csv \ --output-filename ${RAWFN}-${i}-${j}-${k}.csv \
--total-calls ${TOTAL_NUM_OF_CALLS} \ --total-calls ${TOTAL_NUM_OF_CALLS} \
--method-time ${METHODTIME} \ --method-time ${METHOD_TIME} \
--total-threads ${THREADS} \ --total-threads ${THREADS} \
--recursion-depth ${j} \ --recursion-depth ${j} \
${MOREPARAMS} &> ${RESULTS_DIR}output_"$i"_opentelemetry_logging.txt ${MOREPARAMS} &> ${RESULTS_DIR}output_"$i"_opentelemetry_logging.txt
if [ ! "$DEBUG" = true ] if [ ! "$DEBUG" = true ]
then then
echo "DEBUG is $DEBUG, deleting opentelemetry logging file"
rm ${RESULTS_DIR}output_"$i"_opentelemetry_logging.txt rm ${RESULTS_DIR}output_"$i"_opentelemetry_logging.txt
fi fi
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment