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

Use correct folder

parent 84f7ecfb
No related branches found
No related tags found
No related merge requests found
......@@ -195,7 +195,7 @@ function getSum {
function printIntermediaryResults {
for ((index=0;index<${#WRITER_CONFIG[@]};index+=1)); do
echo -n "Intermediary results $TITLE[$index] "
cat tmp/results-opentelemetry/raw-*-${RECURSION_DEPTH}-${index}.csv | awk -F';' '{print $2}' | getSum
cat results-kieker/raw-*-${RECURSION_DEPTH}-${index}.csv | awk -F';' '{print $2}' | getSum
done
}
......
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