Skip to content

Commit

Permalink
tests: send more data during rate_limit test to help iperf3
Browse files Browse the repository at this point in the history
iperf3 3.16 needs to send more data to reliably detect the throughtput.

Signed-off-by: Pablo Barbáchano <[email protected]>
  • Loading branch information
pb8o authored and roypat committed Oct 8, 2024
1 parent 8317268 commit e70195f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration_tests/performance/test_rate_limiter.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
RATE_LIMIT_BYTES = 10485760

# The initial token bucket size
BURST_SIZE = 104857600
BURST_SIZE = RATE_LIMIT_BYTES * 50

# The refill time for the token bucket
REFILL_TIME_MS = 100
Expand Down

0 comments on commit e70195f

Please sign in to comment.