Skip to content

Commit

Permalink
Remove --length option
Browse files Browse the repository at this point in the history
On M3 iperf3 is little bit faster without it. Keeping the simpler
command to focus on more recent hardware.

Signed-off-by: Nir Soffer <[email protected]>
  • Loading branch information
nirs committed Jan 11, 2025
1 parent b84eb74 commit 7997bc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/perf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ create() {
host-to-vm() {
limactl start server
nohup limactl shell server iperf3 --server --daemon
iperf3-darwin --client $(server_address) --length 1m --time $TIME
iperf3-darwin --client $(server_address) --time $TIME
limactl stop server
}

Expand All @@ -26,7 +26,7 @@ host-to-vm-2() {
limactl start client &
wait
nohup limactl shell server iperf3 --server --daemon
iperf3-darwin --client $(server_address) --length 1m --time $TIME
iperf3-darwin --client $(server_address) --time $TIME
limactl stop server
limactl stop client
}
Expand Down

0 comments on commit 7997bc6

Please sign in to comment.