From 62a036f8ffd7ba1403f0163a9ae2dcd838de5c55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Fri, 26 Apr 2019 17:02:02 +0200 Subject: [PATCH] Update benchmark.sh --- benchmark/benchmark.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/benchmark/benchmark.sh b/benchmark/benchmark.sh index 78f83b7..4e13418 100644 --- a/benchmark/benchmark.sh +++ b/benchmark/benchmark.sh @@ -59,7 +59,7 @@ do if [[ $wave_connection -lt $wave_max_conn ]] then echo -e "Stepping up" - wave_connection=$((wave_connection * 2)) + wave_connection=$((wave_connection * 5)) else echo -e "Not stepping" wave_dir_up=false @@ -68,7 +68,7 @@ do if [[ $wave_connection -gt $wave_min_conn ]] then echo -e "Stepping down" - wave_connection=$((wave_connection / 2)) + wave_connection=$((wave_connection / 5)) else echo -e "Not stepping" wave_dir_up=true