mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
perf: increase UDP send rate for performance test (#4793)
Now that we've worked out the flakiness from the iperf tests, we should increase the UDP send rate so we have some benchmark of how many packets we can actually handle before dropping.
This commit is contained in:
@@ -6,7 +6,7 @@ source "./scripts/tests/lib.sh"
|
||||
|
||||
docker compose exec --env RUST_LOG=info -it client /bin/sh -c 'iperf3 \
|
||||
--udp \
|
||||
--bandwidth 50M \
|
||||
--bandwidth 500M \
|
||||
--client 172.20.0.110 \
|
||||
--json' >>"${TEST_NAME}.json"
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ source "./scripts/tests/lib.sh"
|
||||
docker compose exec --env RUST_LOG=info -it client /bin/sh -c 'iperf3 \
|
||||
--reverse \
|
||||
--udp \
|
||||
--bandwidth 50M \
|
||||
--bandwidth 500M \
|
||||
--client 172.20.0.110 \
|
||||
--json' >>"${TEST_NAME}.json"
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ install_iptables_drop_rules
|
||||
|
||||
docker compose exec --env RUST_LOG=info -it client /bin/sh -c 'iperf3 \
|
||||
--udp \
|
||||
--bandwidth 50M \
|
||||
--bandwidth 500M \
|
||||
--client 172.20.0.110 \
|
||||
--json' >>"${TEST_NAME}.json"
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ install_iptables_drop_rules
|
||||
docker compose exec --env RUST_LOG=info -it client /bin/sh -c 'iperf3 \
|
||||
--reverse \
|
||||
--udp \
|
||||
--bandwidth 50M \
|
||||
--bandwidth 500M \
|
||||
--client 172.20.0.110 \
|
||||
--json' >>"${TEST_NAME}.json"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user