performance-metrics: Store the test list in a const array

Fixes: #3740

Signed-off-by: Bo Chen <chen.bo@intel.com>
This commit is contained in:
Bo Chen
2022-02-22 06:18:41 -08:00
committed by Sebastien Boeuf
parent 9cbb94b6d9
commit ec7d4e727a
3 changed files with 152 additions and 182 deletions
-1
View File
@@ -8,7 +8,6 @@ build = "build.rs"
[dependencies]
clap = { version = "3.1.2", features = ["wrap_help","cargo"] }
dirs = "4.0.0"
lazy_static= "1.4.0"
serde = { version = "1.0.136", features = ["rc"] }
serde_derive = "1.0.136"
serde_json = "1.0.78"