From e89afd33491abf9e2b996fa9f328c686f26bf52e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicki=20K=C5=99=C3=AD=C5=BEek?= Date: Thu, 12 Sep 2024 15:11:31 +0200 Subject: [PATCH] Increase the load TCP/DoT shotgun perf tests 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a21a1d865e..56addbc202 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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