Skip to content

Commit e70195f

Browse files
pb8oroypat
authored andcommitted
tests: send more data during rate_limit test to help iperf3
iperf3 3.16 needs to send more data to reliably detect the throughtput. Signed-off-by: Pablo Barbáchano <[email protected]>
1 parent 8317268 commit e70195f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration_tests/performance/test_rate_limiter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
RATE_LIMIT_BYTES = 10485760
2020

2121
# The initial token bucket size
22-
BURST_SIZE = 104857600
22+
BURST_SIZE = RATE_LIMIT_BYTES * 50
2323

2424
# The refill time for the token bucket
2525
REFILL_TIME_MS = 100

0 commit comments

Comments
 (0)