mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
Performance tests are expected to be executed sequentially, so we can start VM guests with the same IP while putting them on a different private network. The default constructor "Guest::new()" does not work well, as we can easily create more than 256 VMs from repeating various performance tests dozens times in a single run. Signed-off-by: Bo Chen <chen.bo@intel.com>