From aa0bb9f471627c10b3c71fc9dacd06c642d88ad6 Mon Sep 17 00:00:00 2001 From: David Gibson Date: Mon, 6 Nov 2023 18:08:32 +1100 Subject: 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 Signed-off-by: Stefano Brivio --- test/perf/passt_tcp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/perf/passt_tcp') 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__ -- cgit v1.2.3