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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue