mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-01-21 20:15:21 +00:00
a50c10bdf9
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>