]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Default to more (m)threads for bulk and fix a typo in test-recursor-bulk
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Wed, 29 Jul 2020 09:22:06 +0000 (11:22 +0200)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Wed, 29 Jul 2020 09:22:06 +0000 (11:22 +0200)
build-scripts/test-recursor-bulk
regression-tests/recursor-test

index 9921b9e89645c27f71356e0ac809a956fd372729..981dd4b9c720c4215d76d119679f18098814df5e 100755 (executable)
@@ -17,7 +17,7 @@ wget -c -N http://s3-us-west-1.amazonaws.com/umbrella-static/top-1m.csv.zip
 
 unzip top-1m.csv.zip
 
-numdomains="1000 5000 10000 50000 100000 500000 100000"
+numdomains="1000 5000 10000 50000 100000 500000 1000000"
 if [ ! -z "$1" ]; then
   numdomains="$1"
 fi
index e65bbc257c8517a14fe98b1f6da96d16d39e0cea..184e5676d724bdf455fe57eb8d70caee51a4e900 100755 (executable)
@@ -4,9 +4,9 @@ port=$1
 limit=$2
 [ -z "$limit" ] && limit=100000
 threads=$3
-[ -z "$threads" ] && threads=2
+[ -z "$threads" ] && threads=8
 mthreads=$4
-[ -z "$mthreads" ] && mthreads=100
+[ -z "$mthreads" ] && mthreads=2048
 shards=$5
 [ -z "$shards" ] && shards=1024