mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
performance-metrics: Move some helper functions to test_infra
The helper functions for measuring and parsing the performance of virtio-net and virtio-block devices are moved to the `test_infra` crate so that they be reused for integration tests of rate limiter. Signed-off-by: Bo Chen <chen.bo@intel.com>
This commit is contained in:
@@ -20,6 +20,7 @@ use std::{
|
||||
thread,
|
||||
time::Duration,
|
||||
};
|
||||
use test_infra::FioOps;
|
||||
use thiserror::Error;
|
||||
|
||||
#[derive(Error, Debug)]
|
||||
|
||||
Reference in New Issue
Block a user