]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Do a 2nd run with hot cache
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Tue, 10 Dec 2019 07:23:41 +0000 (08:23 +0100)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Wed, 4 Mar 2020 09:27:18 +0000 (10:27 +0100)
regression-tests/recursor-test

index 32e35de2115573543a0f3aeded21b511a9419253..1033bab66bb8f0299243f66d2cef9dd7ce6f9397 100755 (executable)
@@ -35,10 +35,14 @@ sleep 3
 echo
 echo === First run with limit=$limit threads=$threads mthreads=$mthreads ===
 ${DNSBULKTEST} --www=false -qe 127.0.0.1 $port $limit < ${CSV} > bulktest.results
-# rerun wit hot cache
+# rerun 1 with hot cache
 echo
 echo === Second run with limit=$limit threads=$threads mthreads=$mthreads ===
 ${DNSBULKTEST} --www=false -qe 127.0.0.1 $port $limit < ${CSV} > bulktest.results
+# rerun 2 with hot cache
+echo
+echo === Third run with limit=$limit threads=$threads mthreads=$mthreads ===
+${DNSBULKTEST} --www=false -qe 127.0.0.1 $port $limit < ${CSV} > bulktest.results
 
 echo
 echo "=== RECURSOR LOG ==="