From 38c66b8bb05bb4759a53d19f7958b2597a9f39cd Mon Sep 17 00:00:00 2001 From: Tom Krizek Date: Thu, 8 Feb 2024 16:29:21 +0100 Subject: [PATCH] Reduce shotgun load during performance tests Make the performance test results more stable by lowering the load on the resolver. --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 896083bc3d..a9dc072302 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1632,13 +1632,13 @@ shotgun:udp: <<: *shotgun_job variables: SHOTGUN_SCENARIO: udp - SHOTGUN_TRAFFIC_MULTIPLIER: 15 + SHOTGUN_TRAFFIC_MULTIPLIER: 10 shotgun:tcp: <<: *shotgun_job variables: SHOTGUN_SCENARIO: tcp - SHOTGUN_TRAFFIC_MULTIPLIER: 6 + SHOTGUN_TRAFFIC_MULTIPLIER: 4 when: delayed start_in: 5 minutes @@ -1646,7 +1646,7 @@ shotgun:dot: <<: *shotgun_job variables: SHOTGUN_SCENARIO: dot - SHOTGUN_TRAFFIC_MULTIPLIER: 3 + SHOTGUN_TRAFFIC_MULTIPLIER: 2 when: delayed start_in: 5 minutes