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

Use log redirection in Kieker as in other frameworks

parent 2799d331
No related branches found
No related tags found
No related merge requests found
......@@ -142,7 +142,7 @@ function execute-experiment() {
--total-calls ${TOTAL_NUM_OF_CALLS} \
--method-time ${METHOD_TIME} \
--total-threads 1 \
--recursion-depth ${recursion} &> benchmark_${loop}.txt
--recursion-depth ${recursion} &> ${RESULTS_DIR}/output_"$loop"_"$RECURSION_DEPTH"_$index.txt
rm -rf ${DATA_DIR}/kieker-*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment