File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11images :
2- - location : " https://cloud-images.ubuntu.com/releases/24.04 /release/ubuntu-24.04 -server-cloudimg-amd64.img"
2+ - location : " https://cloud-images.ubuntu.com/releases/24.10 /release/ubuntu-24.10 -server-cloudimg-amd64.img"
33 arch : " x86_64"
4- - location : " https://cloud-images.ubuntu.com/releases/24.04 /release/ubuntu-24.04 -server-cloudimg-arm64.img"
4+ - location : " https://cloud-images.ubuntu.com/releases/24.10 /release/ubuntu-24.10 -server-cloudimg-arm64.img"
55 arch : " aarch64"
66cpus : 2
77memory : " 2g"
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ create() {
1717host-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}
You can’t perform that action at this time.
0 commit comments