ci: increase bitrate of direct connection UDP perf tests (#10154)

We can easily handle 1GBit/s for the direct connections.
This commit is contained in:
Thomas Eizinger
2025-08-07 00:02:47 +10:00
committed by GitHub
parent 507a8957c2
commit 456fde5b60
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ source "./scripts/tests/lib.sh"
docker compose exec --env RUST_LOG=info -it client /bin/sh -c 'iperf3 \
--time 30 \
--udp \
--bandwidth 500M \
--bandwidth 1G \
--client 172.20.0.110 \
--json' >>"${TEST_NAME}.json"

View File

@@ -8,7 +8,7 @@ docker compose exec --env RUST_LOG=info -it client /bin/sh -c 'iperf3 \
--time 30 \
--reverse \
--udp \
--bandwidth 500M \
--bandwidth 1G \
--client 172.20.0.110 \
--json' >>"${TEST_NAME}.json"