Skip to content

Commit 311512d

Browse files
authored
Merge pull request #113 from nirs/perf
Update performance tests
2 parents f458e96 + 7997bc6 commit 311512d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

test/lima.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
images:
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"
66
cpus: 2
77
memory: "2g"

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)