diff options
author | David Gibson <david@gibson.dropbear.id.au> | 2023-11-06 18:08:32 +1100 |
---|---|---|
committer | Stefano Brivio <sbrivio@redhat.com> | 2023-11-07 09:56:21 +0100 |
commit | aa0bb9f471627c10b3c71fc9dacd06c642d88ad6 (patch) | |
tree | 54f507d422d88227941c10cbf09607d71bb9af64 /test/perf/passt_tcp | |
parent | 498108ad70e95f8485b9be3e480f2c9e2fed713a (diff) | |
download | passt-aa0bb9f471627c10b3c71fc9dacd06c642d88ad6.tar passt-aa0bb9f471627c10b3c71fc9dacd06c642d88ad6.tar.gz passt-aa0bb9f471627c10b3c71fc9dacd06c642d88ad6.tar.bz2 passt-aa0bb9f471627c10b3c71fc9dacd06c642d88ad6.tar.lz passt-aa0bb9f471627c10b3c71fc9dacd06c642d88ad6.tar.xz passt-aa0bb9f471627c10b3c71fc9dacd06c642d88ad6.tar.zst passt-aa0bb9f471627c10b3c71fc9dacd06c642d88ad6.zip |
test/perf: Remove unnecessary --pacing-timer options
We always set --pacing-timer when invoking iperf3. However, the iperf3
man page implies this is only relevant for the -b option. We only use the
-b option for the UDP tests, not TCP, so remove --pacing-timer from the TCP
cases.
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
Diffstat (limited to 'test/perf/passt_tcp')
-rw-r--r-- | test/perf/passt_tcp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/perf/passt_tcp b/test/perf/passt_tcp index 205b9af..da4e369 100644 --- a/test/perf/passt_tcp +++ b/test/perf/passt_tcp @@ -41,7 +41,7 @@ set THREADS 1 set STREAMS 8 set TIME 10 hout OMIT echo __TIME__ / 6 | bc -l -set OPTS -Z -P __STREAMS__ -l 1M -O__OMIT__ --pacing-timer 1000000 +set OPTS -Z -P __STREAMS__ -l 1M -O__OMIT__ info Throughput in Gbps, latency in µs, one thread at __FREQ__ GHz, __STREAMS__ streams report passt tcp __THREADS__ __FREQ__ |