diff --git a/test_infra/src/lib.rs b/test_infra/src/lib.rs index 34093028a..44235d9b9 100644 --- a/test_infra/src/lib.rs +++ b/test_infra/src/lib.rs @@ -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