mirror of
https://passt.top/passt
synced 2025-05-21 08:45:36 +02:00
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:
parent
498108ad70
commit
aa0bb9f471
2 changed files with 3 additions and 3 deletions
test/perf
|
@ -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__
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue