]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Increase the load TCP/DoT shotgun perf tests
authorNicki Křížek <nicki@isc.org>
Thu, 12 Sep 2024 13:11:31 +0000 (15:11 +0200)
committerNicki Křížek <nicki@isc.org>
Tue, 24 Sep 2024 11:17:43 +0000 (11:17 +0000)
Due to the recent improvements to the TCP processing, much higher loads
can be handled by BIND9 without causing client timeouts. The updated
parameters give us useful data for both cold and hot cache testing.

(cherry picked from commit e89afd33491abf9e2b996fa9f328c686f26bf52e)

.gitlab-ci.yml

index 3eeb81e90aaf7b08c36951e608759cfb95f63eaa..3f2e490e0aa69bd27f1c0c5596e71b8fc9deea1a 100644 (file)
@@ -1641,7 +1641,7 @@ shotgun:tcp:
   <<: *shotgun_job
   variables:
     SHOTGUN_SCENARIO: tcp
-    SHOTGUN_TRAFFIC_MULTIPLIER: 6
+    SHOTGUN_TRAFFIC_MULTIPLIER: 13
   when: delayed
   start_in: 5 minutes
 
@@ -1649,7 +1649,7 @@ shotgun:dot:
   <<: *shotgun_job
   variables:
     SHOTGUN_SCENARIO: dot
-    SHOTGUN_TRAFFIC_MULTIPLIER: 3
+    SHOTGUN_TRAFFIC_MULTIPLIER: 6
   when: delayed
   start_in: 5 minutes