Skip to content

Commit fc35bda

Browse files
committed
Remove leftover --length argument
I forgot to remove it in #113. Signed-off-by: Nir Soffer <nirsof@gmail.com>
1 parent b330a76 commit fc35bda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/perf.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ vm-to-vm() {
3737
wait
3838
limactl shell server sudo systemctl start iperf3.service
3939
addr=$(server_address)
40-
limactl shell client iperf3 --client $addr --length 1m --time $TIME
40+
limactl shell client iperf3 --client $addr --time $TIME
4141
limactl stop server
4242
limactl stop client
4343
}

0 commit comments

Comments
 (0)