From 762fa988ccf7413df6efd5ce767f1cae652d4247 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=B6ren=20Henning?= <post@soeren-henning.de>
Date: Wed, 29 Apr 2020 16:28:08 +0200
Subject: [PATCH] Add UC4 execution for commit interval evaluation

---
 execution/execution.sh | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/execution/execution.sh b/execution/execution.sh
index dde4c2196..0a1ead950 100755
--- a/execution/execution.sh
+++ b/execution/execution.sh
@@ -17,4 +17,7 @@ sleep 5m
 sleep 5m
 ./run_loop.sh 4 "25000 50000 75000 100000 125000 150000" "1 2 4 6 8 10 12 14 16 18 20 30 40 50 60 70 80 90" 400 #6*18=11Std
 sleep 5m
-./run_loop.sh 4 "150000" "100 110 120 130 140 150 160 17 18 190 200" 400 #6*18=11Std
\ No newline at end of file
+./run_loop.sh 4 "150000" "100 110 120 130 140 150 160 17 18 190 200" 400 #6*18=11Std
+sleep 5m
+# For commit interval evaluation
+./run_loop.sh 4 "5000 10000 15000 20000 25000 30000" "1 2 3 4 5 6 7 8 9 10 11 12 13 14 15" 160
\ No newline at end of file
-- 
GitLab