mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-12-22 05:35:20 +00:00
test_infra: do not output interval values for iperf3
We only care about the end result. Signed-off-by: Wei Liu <liuwe@microsoft.com>
This commit is contained in:
parent
28eeb8a492
commit
d50a4cbb6b
@ -1517,6 +1517,8 @@ pub fn measure_virtio_net_throughput(
|
||||
&format!("{}", default_port + n),
|
||||
"-t",
|
||||
&format!("{test_timeout}"),
|
||||
"-i",
|
||||
"0",
|
||||
]);
|
||||
// For measuring the guest transmit throughput (as a sender),
|
||||
// use reverse mode of the iperf3 client on the host
|
||||
|
Loading…
Reference in New Issue
Block a user