diff options
author | Stefano Brivio <sbrivio@redhat.com> | 2024-07-24 22:40:32 +0200 |
---|---|---|
committer | Stefano Brivio <sbrivio@redhat.com> | 2024-07-25 12:30:38 +0200 |
commit | f72d35a78d4436c662cfafbceb829144cd4011fd (patch) | |
tree | fdc1b66d52152128ca4ad89d945a1d4399039971 /test/lib/perf_report | |
parent | 606e0c7b95b64ab2352decca00e47455660f77c2 (diff) | |
download | passt-f72d35a78d4436c662cfafbceb829144cd4011fd.tar passt-f72d35a78d4436c662cfafbceb829144cd4011fd.tar.gz passt-f72d35a78d4436c662cfafbceb829144cd4011fd.tar.bz2 passt-f72d35a78d4436c662cfafbceb829144cd4011fd.tar.lz passt-f72d35a78d4436c662cfafbceb829144cd4011fd.tar.xz passt-f72d35a78d4436c662cfafbceb829144cd4011fd.tar.zst passt-f72d35a78d4436c662cfafbceb829144cd4011fd.zip |
test: iperf3 3.16 introduces multiple threads, drop our own implementation of that
Starting from iperf3 version 3.16, -P / --parallel spawns multiple
clients as separate threads, instead of multiple streams serviced by
the same thread.
So we can drop our lib/test implementation to spawn several iperf3
client and server processes and finally simplify things quite a bit.
Adjust number of threads and UDP sending bandwidth to values that seem
to be more or less matching previous throughput tests on my setup.
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
Reviewed-by: David Gibson <david@gibson.dropbear.id.au>
Tested-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'test/lib/perf_report')
-rwxr-xr-x | test/lib/perf_report | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lib/perf_report b/test/lib/perf_report index 67f9f4e..4d79fa2 100755 --- a/test/lib/perf_report +++ b/test/lib/perf_report @@ -18,7 +18,7 @@ PERF_LINK_COUNT=0 PERF_JS="${LOGDIR}/web/perf.js" PERF_TEMPLATE_HTML="document.write('"' -Throughput in Gbps, latency in µs. Threads are <span style="font-family: monospace;">iperf3</span> processes, <i>passt</i> and <i>pasta</i> are currently single-threaded.<br/> +Throughput in Gbps, latency in µs. Threads are <span style="font-family: monospace;">iperf3</span> threads, <i>passt</i> and <i>pasta</i> are currently single-threaded.<br/> Click on numbers to show test execution. Measured at head, commit <span style="font-family: monospace;">__commit__</span>. <style type="text/CSS"> |