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

Redirect outputs to output folder

parent 5a0b584a
No related branches found
No related tags found
No related merge requests found
......@@ -94,7 +94,7 @@ for ((i=1;i<=${NUM_LOOPS};i+=1)); do
--method-time ${METHODTIME} \
--total-threads ${THREADS} \
--recursion-depth ${j} \
${MOREPARAMS} &> output_"$i"_pure.txt
${MOREPARAMS} &> ${RESULTSDIR}output_"$i"_pure.txt
#kill %sar
[ -f ${BASEDIR}hotspot.log ] && mv ${BASEDIR}hotspot.log ${RESULTSDIR}hotspot-${i}-${j}-${k}.log
echo >>${BASEDIR}opentelemetry.log
......
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