diff options
author | Stefano Brivio <sbrivio@redhat.com> | 2022-01-26 07:30:05 +0100 |
---|---|---|
committer | Stefano Brivio <sbrivio@redhat.com> | 2022-01-26 16:30:59 +0100 |
commit | b8307a0a881404e77ad82be8bdba8f679c8ebeb4 (patch) | |
tree | a1b6835fe474a9a860f6521e27ce8ac7fb6230aa /test/perf | |
parent | c48758bec65cfa80d1389459f66c3efe00117396 (diff) | |
download | passt-b8307a0a881404e77ad82be8bdba8f679c8ebeb4.tar passt-b8307a0a881404e77ad82be8bdba8f679c8ebeb4.tar.gz passt-b8307a0a881404e77ad82be8bdba8f679c8ebeb4.tar.bz2 passt-b8307a0a881404e77ad82be8bdba8f679c8ebeb4.tar.lz passt-b8307a0a881404e77ad82be8bdba8f679c8ebeb4.tar.xz passt-b8307a0a881404e77ad82be8bdba8f679c8ebeb4.tar.zst passt-b8307a0a881404e77ad82be8bdba8f679c8ebeb4.zip |
perf/passt_udp: Lower failure throughput thresholds with big MTUs
The throughput results in this test look quite variable, slightly
lower figures look reasonable anyway.
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
Diffstat (limited to 'test/perf')
-rw-r--r-- | test/perf/passt_udp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/perf/passt_udp b/test/perf/passt_udp index a5d43fc..349f429 100644 --- a/test/perf/passt_udp +++ b/test/perf/passt_udp @@ -124,11 +124,11 @@ bw __BW__ 1.0 1.5 ns ip link set dev lo mtu 9000 iperf3c ns ::1 100${i}1 __THREADS__ __OPTS__ -b 3G iperf3s BW guest 100${i}1 __THREADS__ -bw __BW__ 4.0 5.0 +bw __BW__ 3.0 4.0 ns ip link set dev lo mtu 65520 iperf3c ns ::1 100${i}1 __THREADS__ __OPTS__ -b 3G iperf3s BW guest 100${i}1 __THREADS__ -bw __BW__ 5.0 5.5 +bw __BW__ 3.0 4.0 tl UDP RR latency over IPv6: host to guest lat - @@ -163,11 +163,11 @@ bw __BW__ 1.0 1.5 ns ip link set dev lo mtu 9000 iperf3c ns 127.0.0.1 100${i}1 __THREADS__ __OPTS__ -b 3G iperf3s BW guest 100${i}1 __THREADS__ -bw __BW__ 4.0 5.0 +bw __BW__ 3.0 4.0 ns ip link set dev lo mtu 65520 iperf3c ns 127.0.0.1 100${i}1 __THREADS__ __OPTS__ -b 3G iperf3s BW guest 100${i}1 __THREADS__ -bw __BW__ 5.0 5.5 +bw __BW__ 3.0 4.0 tl UDP RR latency over IPv4: host to guest lat - |