Skip to content

Commit 1400e61

Browse files
russell-islamrbradford
authored andcommitted
performance-metrics: Remove duplicate x86_64 FOCAL_IMAGE_NAME
Remove the local x86_64 FOCAL_IMAGE_NAME constant from performance_tests.rs. The identical public constant from test_infra is already available via wildcard import. The aarch64 definition is kept as it differs from test_infra: performance-metrics uses a specific image with the '-update-tool' suffix. Signed-off-by: Muminul Islam <muislam@microsoft.com>
1 parent 4cf1073 commit 1400e61

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

performance-metrics/src/performance_tests.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ use thiserror::Error;
1313

1414
use crate::{ImageFormat, PerformanceTestControl, PerformanceTestOverrides, mean};
1515

16-
#[cfg(target_arch = "x86_64")]
17-
pub const FOCAL_IMAGE_NAME: &str = "focal-server-cloudimg-amd64-custom-20210609-0.raw";
1816
#[cfg(target_arch = "aarch64")]
1917
pub const FOCAL_IMAGE_NAME: &str = "focal-server-cloudimg-arm64-custom-20210929-0-update-tool.raw";
2018

0 commit comments

Comments
 (0)