mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-07 21:52:05 -04:00
chg: ci: 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. Merge branch 'nicki/increase-tcp-dot-shotgun-load' into 'main' See merge request isc-projects/bind9!9494
This commit is contained in:
commit
0d0d61ce3c
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue