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

Add unit to output

parent 72ce150a
No related branches found
No related tags found
No related merge requests found
......@@ -122,7 +122,7 @@ function printIntermediaryResults {
error "Result file '${RESULT_FILE}' is empty."
exit 1
fi
info_n "Intermediary results "${TITLE[$index]}" "
info_n "Intermediary results "${TITLE[$index]}" (in ns) "
cat "${RESULT_FILE}" | 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