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>
This commit is contained in:

committed by
Stefano Brivio

parent
498108ad70
commit
aa0bb9f471
@@ -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__
|
||||
|
Reference in New Issue
Block a user