]> 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 07:27:14 +0000 (09:27 +0200)
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.

.gitlab-ci.yml

index a21a1d865eef674c4dbab4c5f06555ff9c7a396d..56addbc202f1f8656ecd8981c22814804cc6f15d 100644 (file)
@@ -1628,7 +1628,7 @@ shotgun:tcp:
   <<: *shotgun_job
   variables:
     SHOTGUN_SCENARIO: tcp
-    SHOTGUN_TRAFFIC_MULTIPLIER: 6
+    SHOTGUN_TRAFFIC_MULTIPLIER: 13
   when: delayed
   start_in: 5 minutes
 
@@ -1636,7 +1636,7 @@ shotgun:dot:
   <<: *shotgun_job
   variables:
     SHOTGUN_SCENARIO: dot
-    SHOTGUN_TRAFFIC_MULTIPLIER: 3
+    SHOTGUN_TRAFFIC_MULTIPLIER: 6
   when: delayed
   start_in: 5 minutes