diff --git a/execution/execution.sh b/execution/execution.sh index dde4c21965bc6bcd8c5109e5a2477b5ef11f6c85..0a1ead95049564b9d88f35d40ea622788119e4dc 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