diff options
author | David Gibson <david@gibson.dropbear.id.au> | 2023-11-06 18:08:26 +1100 |
---|---|---|
committer | Stefano Brivio <sbrivio@redhat.com> | 2023-11-07 09:56:03 +0100 |
commit | 8a41a8b20f0f5a6c497bccbb41198277f9a865f8 (patch) | |
tree | 446c0dc69da308e494f6627bf788c8796a408fe1 /test/perf | |
parent | de974f0cf13eeaaa5e06b2cf7bebbe59af261e76 (diff) | |
download | passt-8a41a8b20f0f5a6c497bccbb41198277f9a865f8.tar passt-8a41a8b20f0f5a6c497bccbb41198277f9a865f8.tar.gz passt-8a41a8b20f0f5a6c497bccbb41198277f9a865f8.tar.bz2 passt-8a41a8b20f0f5a6c497bccbb41198277f9a865f8.tar.lz passt-8a41a8b20f0f5a6c497bccbb41198277f9a865f8.tar.xz passt-8a41a8b20f0f5a6c497bccbb41198277f9a865f8.tar.zst passt-8a41a8b20f0f5a6c497bccbb41198277f9a865f8.zip |
test/perf: Remove stale iperf3c/iperf3s directives
Some older revisions used separate iperf3c and iperf3s test directives to
invoke the iperf3 client and server. Those were combined into a single
iperf3 directive some time ago, but a couple of places still have the old
syntax.
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
Diffstat (limited to 'test/perf')
-rw-r--r-- | test/perf/pasta_tcp | 3 | ||||
-rw-r--r-- | test/perf/pasta_udp | 4 |
2 files changed, 1 insertions, 6 deletions
diff --git a/test/perf/pasta_tcp b/test/perf/pasta_tcp index 4b13384..9e9dc37 100644 --- a/test/perf/pasta_tcp +++ b/test/perf/pasta_tcp @@ -43,8 +43,7 @@ ns ip link set dev lo mtu 1500 iperf3 BW ns host ::1 100${i}3 __THREADS__ __TIME__ __OPTS__ bw __BW__ 15.0 20.0 ns ip link set dev lo mtu 4000 -iperf3c ns ::1 100${i}3 __THREADS__ __TIME__ __OPTS__ -iperf3s BW host 100${i}3 __THREADS__ +iperf3 BW ns host ::1 100${i}3 __THREADS__ __TIME__ __OPTS__ bw __BW__ 15.0 20.0 ns ip link set dev lo mtu 16384 iperf3 BW ns host ::1 100${i}3 __THREADS__ __TIME__ __OPTS__ diff --git a/test/perf/pasta_udp b/test/perf/pasta_udp index 7007b6f..3de73a0 100644 --- a/test/perf/pasta_udp +++ b/test/perf/pasta_udp @@ -84,8 +84,6 @@ tr UDP throughput over IPv6: host to ns bw - bw - bw - -#iperf3c host ::1 100${i}2 __THREADS__ __TIME__ __OPTS__ -b 15G -#iperf3s BW ns 100${i}2 __THREADS__ iperf3 BW host ns ::1 100${i}2 __THREADS__ __TIME__ __OPTS__ -b 15G bw __BW__ 7.0 9.0 @@ -103,8 +101,6 @@ tr UDP throughput over IPv4: host to ns bw - bw - bw - -#iperf3c host 127.0.0.1 100${i}2 __THREADS__ __TIME__ __OPTS__ -b 15G -#iperf3s BW ns 100${i}2 __THREADS__ iperf3 BW host ns 127.0.0.1 100${i}2 __THREADS__ __TIME__ __OPTS__ -b 15G bw __BW__ 7.0 9.0 |