From 14ca3067e0d11cefd60c84adfe420484367571a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Tue, 2 Apr 2019 23:12:15 +0200 Subject: [PATCH] Update benchmark.sh --- functions/benchmark.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/benchmark.sh b/functions/benchmark.sh index 96d727c..1399116 100644 --- a/functions/benchmark.sh +++ b/functions/benchmark.sh @@ -29,7 +29,7 @@ do echo -e "Benchmarking $function\n" for connection in "${connections[@]}" do - if [[ $connection -lt 20 ]] + if [[ $connection -lt 21 ]] then threads=$(($connection-1)) else