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

Print correct loop index

parent 85cf3b55
No related branches found
No related tags found
No related merge requests found
...@@ -185,8 +185,8 @@ function execute-benchmark() { ...@@ -185,8 +185,8 @@ function execute-benchmark() {
for ((loop=1;loop<=${NUM_OF_LOOPS};loop+=1)); do for ((loop=1;loop<=${NUM_OF_LOOPS};loop+=1)); do
recursion=${RECURSION_DEPTH} recursion=${RECURSION_DEPTH}
information "## Starting iteration ${i}/${NUM_OF_LOOPS}" information "## Starting iteration ${loop}/${NUM_OF_LOOPS}"
echo "## Starting iteration ${i}/${NUM_OF_LOOPS}" >>${DATA_DIR}/kieker.log echo "## Starting iteration ${loop}/${NUM_OF_LOOPS}" >>${DATA_DIR}/kieker.log
for ((index=0;index<${#WRITER_CONFIG[@]};index+=1)); do for ((index=0;index<${#WRITER_CONFIG[@]};index+=1)); do
execute-benchmark-body $index $loop $recursion execute-benchmark-body $index $loop $recursion
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment