From 727b56b6d9d126e3b57a2b81f1336192c341e469 Mon Sep 17 00:00:00 2001
From: Reiner Jung <reiner.jung@email.uni-kiel.de>
Date: Mon, 22 Aug 2022 14:41:12 +0200
Subject: [PATCH] Reduced runtim for debugging.

---
 frameworks/common-functions.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/frameworks/common-functions.sh b/frameworks/common-functions.sh
index d0e528b..7a5200b 100755
--- a/frameworks/common-functions.sh
+++ b/frameworks/common-functions.sh
@@ -239,7 +239,7 @@ RAWFN="${RESULTS_DIR}/raw"
 
 # Initialize all unset parameters
 if [ -z $SLEEP_TIME ]; then
-	SLEEP_TIME=30             ## 30
+	SLEEP_TIME=3 #0             ## 30
 fi
 if [ -z $NUM_OF_LOOPS ]; then
 	NUM_OF_LOOPS=10           ## 10
@@ -251,7 +251,7 @@ if [ -z $RECURSION_DEPTH ]; then
 	RECURSION_DEPTH=10        ## 10
 fi
 if [ -z $TOTAL_NUM_OF_CALLS ]; then
-	TOTAL_NUM_OF_CALLS=2000000     ## 2000000
+	TOTAL_NUM_OF_CALLS=10 #000000     ## 2000000
 fi
 if [ -z $METHOD_TIME ]; then
 	METHOD_TIME=0             ## 500000
-- 
GitLab