From 082872423fb2a62675289f4a8424b2e87f3dcd38 Mon Sep 17 00:00:00 2001 From: Rob Bradford Date: Fri, 25 Feb 2022 16:45:58 +0000 Subject: [PATCH] performance-metrics: Fix test label to remove duplicated "bps" Signed-off-by: Rob Bradford --- performance-metrics/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/performance-metrics/src/main.rs b/performance-metrics/src/main.rs index 9e2b6aad2..88bf7b06c 100644 --- a/performance-metrics/src/main.rs +++ b/performance-metrics/src/main.rs @@ -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),