Skip to content

Commit

Permalink
Merge pull request #113 from nirs/perf
Browse files Browse the repository at this point in the history
Update performance tests
  • Loading branch information
AkihiroSuda authored Jan 11, 2025
2 parents f458e96 + 7997bc6 commit 311512d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions test/lima.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
images:
- location: "https://cloud-images.ubuntu.com/releases/24.04/release/ubuntu-24.04-server-cloudimg-amd64.img"
- location: "https://cloud-images.ubuntu.com/releases/24.10/release/ubuntu-24.10-server-cloudimg-amd64.img"
arch: "x86_64"
- location: "https://cloud-images.ubuntu.com/releases/24.04/release/ubuntu-24.04-server-cloudimg-arm64.img"
- location: "https://cloud-images.ubuntu.com/releases/24.10/release/ubuntu-24.10-server-cloudimg-arm64.img"
arch: "aarch64"
cpus: 2
memory: "2g"
Expand Down
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 311512d

Please sign in to comment.