mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 04:20:00 -04:00
Merge branch 'tkrizek/adjust-shotgun-load' into 'bind-9.18'
[9.18] Reduce shotgun load during performance tests See merge request isc-projects/bind9!8711
This commit is contained in:
commit
96473a5edb
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue