mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-01-03 03:15:20 +00:00
performance-metrics: Set default number of iterations to 5
Many of the tests already amortize their results over a longer time period/sample so it is not necessary to run 30 iterations. Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
parent
5343e09e7b
commit
3f4cbce900
@ -119,7 +119,7 @@ impl PerformanceTestControl {
|
||||
const fn default() -> Self {
|
||||
Self {
|
||||
test_time: 10,
|
||||
test_iterations: 30,
|
||||
test_iterations: 5,
|
||||
queue_num: None,
|
||||
queue_size: None,
|
||||
net_rx: None,
|
||||
|
Loading…
Reference in New Issue
Block a user