Update benchmark.sh

This commit is contained in:
Torma Kristóf 2019-04-02 23:12:15 +02:00 committed by GitHub
parent 33b2bde739
commit 14ca3067e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,7 +29,7 @@ do
echo -e "Benchmarking $function\n" echo -e "Benchmarking $function\n"
for connection in "${connections[@]}" for connection in "${connections[@]}"
do do
if [[ $connection -lt 20 ]] if [[ $connection -lt 21 ]]
then then
threads=$(($connection-1)) threads=$(($connection-1))
else else