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

Get averages over correct measurement variant

parent 99261a2d
No related branches found
No related tags found
No related merge requests found
......@@ -65,10 +65,10 @@ function getSum {
function printIntermediaryResults {
echo -n "Intermediary results uninstrumented "
cat tmp/results-inspectit/raw-*-$RECURSIONDEPTH-1.csv | awk -F';' '{print $2}' | getSum
cat tmp/results-inspectit/raw-*-$RECURSIONDEPTH-0.csv | awk -F';' '{print $2}' | getSum
echo -n "Intermediary results inspectIT "
cat tmp/results-inspectit/raw-*-$RECURSIONDEPTH-2.csv | awk -F';' '{print $2}' | getSum
cat tmp/results-inspectit/raw-*-$RECURSIONDEPTH-1.csv | awk -F';' '{print $2}' | getSum
}
JAVABIN=""
......
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