Reduce shotgun load during performance tests

Make the performance test results more stable by lowering the load on
the resolver.
This commit is contained in:
Tom Krizek 2024-02-08 16:29:21 +01:00
parent 444f005e4c
commit 38c66b8bb0
No known key found for this signature in database
GPG key ID: 01623B9B652A20A7

View file

@ -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