mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
performance-metrics: Fix test label to remove duplicated "bps"
Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
@@ -229,7 +229,7 @@ const TEST_LIST: [PerformanceTest; 15] = [
|
||||
},
|
||||
},
|
||||
PerformanceTest {
|
||||
name: "virtio_net_throughput_bps_single_queue_rx_bps",
|
||||
name: "virtio_net_throughput_single_queue_rx_bps",
|
||||
func_ptr: performance_net_throughput,
|
||||
control: PerformanceTestControl {
|
||||
num_queues: Some(2),
|
||||
|
||||
Reference in New Issue
Block a user