diff options
author | Tomas Krizek <tomas.krizek@nic.cz> | 2018-02-14 18:11:39 +0100 |
---|---|---|
committer | Tomas Krizek <tomas.krizek@nic.cz> | 2018-02-14 18:11:39 +0100 |
commit | 48decb5e574dfcddfe22f412b44497cdd0bcc0ca (patch) | |
tree | b2cce450149bbb024935928ae2fd5ca8b7ab83d4 | |
parent | Merge !493: stats.list(): fix returning nothing (diff) | |
download | knot-resolver-48decb5e574dfcddfe22f412b44497cdd0bcc0ca.tar.xz knot-resolver-48decb5e574dfcddfe22f412b44497cdd0bcc0ca.zip |
ci: update respdiff config to newest version
-rw-r--r-- | ci/respdiff/respdiff-tcp.conf | 3 | ||||
-rw-r--r-- | ci/respdiff/respdiff-tls.conf | 3 | ||||
-rw-r--r-- | ci/respdiff/respdiff-udp.conf | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/ci/respdiff/respdiff-tcp.conf b/ci/respdiff/respdiff-tcp.conf index 2ba89e9b..17b28648 100644 --- a/ci/respdiff/respdiff-tcp.conf +++ b/ci/respdiff/respdiff-tcp.conf @@ -3,6 +3,9 @@ timeout = 11 # number of queries to run simultaneously jobs = 64 +# in seconds (float); delay each query by a random time (uniformly distributed) between min and max; set max to 0 to disable +time_delay_min = 0 +time_delay_max = 0 [servers] names = kresd, bind, unbound diff --git a/ci/respdiff/respdiff-tls.conf b/ci/respdiff/respdiff-tls.conf index 38b2ba5f..79d35e6d 100644 --- a/ci/respdiff/respdiff-tls.conf +++ b/ci/respdiff/respdiff-tls.conf @@ -3,6 +3,9 @@ timeout = 11 # number of queries to run simultaneously jobs = 64 +# in seconds (float); delay each query by a random time (uniformly distributed) between min and max; set max to 0 to disable +time_delay_min = 0 +time_delay_max = 0 [servers] names = kresd, bind, unbound diff --git a/ci/respdiff/respdiff-udp.conf b/ci/respdiff/respdiff-udp.conf index 92db2cb0..d4d57539 100644 --- a/ci/respdiff/respdiff-udp.conf +++ b/ci/respdiff/respdiff-udp.conf @@ -3,6 +3,9 @@ timeout = 11 # number of queries to run simultaneously jobs = 64 +# in seconds (float); delay each query by a random time (uniformly distributed) between min and max; set max to 0 to disable +time_delay_min = 0 +time_delay_max = 0 [servers] names = kresd, bind, unbound |