performance-metrics: Generate a summary report in Json

The report contains the test results with commit hash and date.

Signed-off-by: Bo Chen <chen.bo@intel.com>
This commit is contained in:
Bo Chen
2022-02-10 18:02:03 -08:00
committed by Rob Bradford
parent e41fe0acae
commit 0862064fd2
4 changed files with 70 additions and 7 deletions

1
Cargo.lock generated
View File

@@ -631,6 +631,7 @@ dependencies = [
name = "performance-metrics"
version = "0.1.0"
dependencies = [
"clap",
"dirs 4.0.0",
"lazy_static",
"serde",