1
0
mirror of https://passt.top/passt synced 2024-09-19 22:01:15 +00:00
passt/test/perf
Stefano Brivio f72d35a78d 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>
2024-07-25 12:30:38 +02:00
..
passt_tcp test: iperf3 3.16 introduces multiple threads, drop our own implementation of that 2024-07-25 12:30:38 +02:00
passt_udp test: iperf3 3.16 introduces multiple threads, drop our own implementation of that 2024-07-25 12:30:38 +02:00
pasta_tcp test: iperf3 3.16 introduces multiple threads, drop our own implementation of that 2024-07-25 12:30:38 +02:00
pasta_udp test: iperf3 3.16 introduces multiple threads, drop our own implementation of that 2024-07-25 12:30:38 +02:00