From 931e8913de3bcab56408855b4627ad2d0f18c8b9 Mon Sep 17 00:00:00 2001
From: Reiner Jung <reiner.jung@email.uni-kiel.de>
Date: Thu, 3 Dec 2020 13:20:08 +0100
Subject: [PATCH] Adjusted configuration

---
 frameworks/Kieker/scripts/config | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/frameworks/Kieker/scripts/config b/frameworks/Kieker/scripts/config
index 6210f08..9f2084f 100644
--- a/frameworks/Kieker/scripts/config
+++ b/frameworks/Kieker/scripts/config
@@ -18,9 +18,9 @@ AOP="kieker.aop.xml"
 
 # execution parameter
 SLEEP_TIME=1                    ## 30
-NUM_OF_LOOPS=1 #0                 ## 10
-RECURSION_DEPTH=1 #0              ## 10
-TOTAL_NUM_OF_CALLS=2 #000 #0        ## 2 000 000
+NUM_OF_LOOPS=10                 ## 10
+RECURSION_DEPTH=10              ## 10
+TOTAL_NUM_OF_CALLS=2000 #0        ## 2 000 000
 METHOD_TIME=5 #00               ## 500000
 
 # end
-- 
GitLab