Skip to content

Commit 7997bc6

Browse files
committed
Remove --length option
On M3 iperf3 is little bit faster without it. Keeping the simpler command to focus on more recent hardware. Signed-off-by: Nir Soffer <nirsof@gmail.com>
1 parent b84eb74 commit 7997bc6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/perf.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ create() {
1717
host-to-vm() {
1818
limactl start server
1919
nohup limactl shell server iperf3 --server --daemon
20-
iperf3-darwin --client $(server_address) --length 1m --time $TIME
20+
iperf3-darwin --client $(server_address) --time $TIME
2121
limactl stop server
2222
}
2323

@@ -26,7 +26,7 @@ host-to-vm-2() {
2626
limactl start client &
2727
wait
2828
nohup limactl shell server iperf3 --server --daemon
29-
iperf3-darwin --client $(server_address) --length 1m --time $TIME
29+
iperf3-darwin --client $(server_address) --time $TIME
3030
limactl stop server
3131
limactl stop client
3232
}

0 commit comments

Comments
 (0)