From 02031e29aa92ffa00e392703d5f8438041ca171d Mon Sep 17 00:00:00 2001 From: Gabriela Cervantes Date: Tue, 11 Jul 2023 17:35:19 +0000 Subject: [PATCH] checkmetrics: Add blogbench read value for clh This PR adds the blogbench read value for clh limit. 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 d8182d78a7..632493344e 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 @@ -58,3 +58,16 @@ checktype = "mean" midval = 1623.0 minpercent = 20.0 maxpercent = 20.0 + +[[metric]] +name = "blogbench" +type = "json" +description = "measure container average of blogbench read" +# Min and Max values to set a 'range' that +# the median of the CSV Results data must fall +# within (inclusive) +checkvar = ".\"blogbench\".Results | .[] | .read.Result" +checktype = "mean" +midval = 96939.0 +minpercent = 20.0 +maxpercent = 20.0