diff --git a/frameworks/Kieker/java/benchmark.sh b/frameworks/Kieker/java/benchmark.sh
index e49f92b38fbf6f30c2c5ec35765caf7276cbf745..8cfc3fac4a6616350e16ce11d6679becc9c7741e 100755
--- a/frameworks/Kieker/java/benchmark.sh
+++ b/frameworks/Kieker/java/benchmark.sh
@@ -119,12 +119,12 @@ info "----------------------------------"
 info "Running benchmark..."
 info "----------------------------------"
 
-for ((i=1;loop<="${NUM_OF_LOOPS}";i+=1)); do
+for ((i=1;i<="${NUM_OF_LOOPS}";i+=1)); do
 
     info "## Starting iteration ${i}/${NUM_OF_LOOPS}"
     echo "## Starting iteration ${i}/${NUM_OF_LOOPS}" >> "${DATA_DIR}/kieker.log"
 
-    executeBenchmark    
+    executeBenchmark
 
     printIntermediaryResults
 done
diff --git a/frameworks/common-functions.sh b/frameworks/common-functions.sh
index 7a5200b1c339c0ff5898f544723d77dd8440939e..c799acee2ab5f0989c1f73e9099cbdd10bd2e36b 100755
--- a/frameworks/common-functions.sh
+++ b/frameworks/common-functions.sh
@@ -242,7 +242,7 @@ if [ -z $SLEEP_TIME ]; then
 	SLEEP_TIME=3 #0             ## 30
 fi
 if [ -z $NUM_OF_LOOPS ]; then
-	NUM_OF_LOOPS=10           ## 10
+	NUM_OF_LOOPS=3           ## 10
 fi
 if [ -z $THREADS ]; then
 	THREADS=1                 ## 1