From a79a3a8e1d7d4c0d1634e4ac32e9b17b9dc20d81 Mon Sep 17 00:00:00 2001 From: Gabriela Cervantes Date: Fri, 21 Jul 2023 20:03:49 +0000 Subject: [PATCH] checkmetrics: Add alexnet value for clh This PR adds the AlexNet value for clh for checkmetrics. Signed-off-by: Gabriela Cervantes --- .../checkmetrics-json-clh-kata-metric8.toml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/tests/metrics/cmd/checkmetrics/ci_worker/checkmetrics-json-clh-kata-metric8.toml b/tests/metrics/cmd/checkmetrics/ci_worker/checkmetrics-json-clh-kata-metric8.toml index 75f1592176..edcef8d8d1 100644 --- a/tests/metrics/cmd/checkmetrics/ci_worker/checkmetrics-json-clh-kata-metric8.toml +++ b/tests/metrics/cmd/checkmetrics/ci_worker/checkmetrics-json-clh-kata-metric8.toml @@ -84,3 +84,16 @@ checktype = "mean" midval = 4379.2 minpercent = 20.0 maxpercent = 20.0 + +[[metric]] +name = "tensorflow" +type = "json" +description = "tensorflow alexnet model" +# Min and Max values to set a 'range' that +# the median of the CSV Results data must fall +# within (inclusive) +checkvar = ".\"tensorflow\".Results | .[] | .AlexNet.Result" +checktype = "mean" +midval = 98.0 +minpercent = 20.0 +maxpercent = 20.0