mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
performance-metrics: Apply vm_type override in run()
Apply the vm_type override from PerformanceTestOverrides to the effective_control used during test execution, alongside the existing test_timeout override. Signed-off-by: Muminul Islam <muislam@microsoft.com>
This commit is contained in:
committed by
Rob Bradford
parent
56a986145e
commit
ab7749a5ce
@@ -294,6 +294,7 @@ impl PerformanceTest {
|
|||||||
if let Some(test_timeout) = overrides.test_timeout {
|
if let Some(test_timeout) = overrides.test_timeout {
|
||||||
control.test_timeout = test_timeout;
|
control.test_timeout = test_timeout;
|
||||||
}
|
}
|
||||||
|
control.vm_type = overrides.vm_type;
|
||||||
control
|
control
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user