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

Also print intermediary results

parent f488a561
No related branches found
No related tags found
No related merge requests found
...@@ -148,6 +148,8 @@ for ((i=1;i<=${NUM_LOOPS};i+=1)); do ...@@ -148,6 +148,8 @@ for ((i=1;i<=${NUM_LOOPS};i+=1)); do
runInspectITZipkin runInspectITZipkin
cleanup cleanup
printIntermediaryResults
done done
zip -jqr ${RESULTSDIR}stat.zip ${RESULTSDIR}stat zip -jqr ${RESULTSDIR}stat.zip ${RESULTSDIR}stat
rm -rf ${RESULTSDIR}stat/ rm -rf ${RESULTSDIR}stat/
......
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