mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-02-21 19:02:30 +00:00
performance-metrics: Rename virtio_net_latency_ns->virtio_net_latency_us
The unit from ethr is microseconds. Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
parent
a25b49e80c
commit
9592accb46
@ -220,7 +220,7 @@ const TEST_LIST: [PerformanceTest; 15] = [
|
||||
},
|
||||
},
|
||||
PerformanceTest {
|
||||
name: "virtio_net_latency_ns",
|
||||
name: "virtio_net_latency_us",
|
||||
func_ptr: performance_net_latency,
|
||||
control: PerformanceTestControl {
|
||||
num_queues: Some(2),
|
||||
|
Loading…
x
Reference in New Issue
Block a user