From: Otto Moerbeek Date: Wed, 29 Jul 2020 09:22:06 +0000 (+0200) Subject: Default to more (m)threads for bulk and fix a typo in test-recursor-bulk X-Git-Tag: rec-4.4.0-beta1~58^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=33af16acf0731cb561f1ea3382e045230c78c39f;p=thirdparty%2Fpdns.git Default to more (m)threads for bulk and fix a typo in test-recursor-bulk --- diff --git a/build-scripts/test-recursor-bulk b/build-scripts/test-recursor-bulk index 9921b9e896..981dd4b9c7 100755 --- a/build-scripts/test-recursor-bulk +++ b/build-scripts/test-recursor-bulk @@ -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 diff --git a/regression-tests/recursor-test b/regression-tests/recursor-test index e65bbc257c..184e5676d7 100755 --- a/regression-tests/recursor-test +++ b/regression-tests/recursor-test @@ -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