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

2
Cargo.lock generated
View File

@@ -633,6 +633,8 @@ version = "0.1.0"
dependencies = [
"dirs 4.0.0",
"lazy_static",
"serde",
"serde_derive",
"serde_json",
"test_infra",
"vmm-sys-util",