performance-metrics: Support test filter and json output

Signed-off-by: Bo Chen <chen.bo@intel.com>
This commit is contained in:
Bo Chen
2022-01-31 21:24:13 -08:00
committed by Rob Bradford
parent 1a17564ee9
commit 6b915de2e0
3 changed files with 113 additions and 17 deletions

View File

@@ -7,6 +7,8 @@ edition = "2018"
[dependencies]
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"
test_infra = { path = "../test_infra" }
vmm-sys-util = "0.9.0"