-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Collect the results from all tests, and plot them using one barh() per test. This shows all test in the same scale, making it easy to understand the performance of the test configurations in all tests. The socket_vmnet plot was separated to vz and qemu plots, since showing 6 configurations for 3 tests is too much. This makes it harder to compare vz and qemu performance, but the main point of that plot is how adding vms decrease the performance.
- Loading branch information
Showing
7 changed files
with
70 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# SPDX-FileCopyrightText: The vmnethelper authors | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
# Compare socket_vmnet performance with different number of vms. | ||
--- | ||
name: socket_vmnet-vms-qemu | ||
title: socket_vmnet vms - qemu | ||
networks: [socket_vmnet] | ||
drivers: [qemu] | ||
vms: [1, 2, 3] | ||
operation-modes: [shared, bridged] | ||
tests: [host-to-vm, vm-to-host, vm-to-vm] |
7 changes: 4 additions & 3 deletions
7
plots/socket_vmnet-scale.yaml → plots/socket_vmnet-vms-vz.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,12 @@ | ||
# SPDX-FileCopyrightText: The vmnethelper authors | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
# Compare lima drivers with socket_vment | ||
# Compare socket_vmnet performance with different number of vms. | ||
--- | ||
name: socket_vmnet-scale | ||
name: socket_vmnet-vms-vz | ||
title: socket_vmnet vms - vz | ||
networks: [socket_vmnet] | ||
drivers: [vz, qemu] | ||
drivers: [vz] | ||
vms: [1, 2, 3] | ||
operation-modes: [shared, bridged] | ||
tests: [host-to-vm, vm-to-host, vm-to-vm] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters