metrics: Increase minval range for blogbench test

In the last couple of days I've seen the blogbench
metrics write latency test on clh fail a few times because
the latency was too low, so adjust the minimum range
to tolerate quicker finishes.

Signed-off-by: stevenhorsman <steven@uk.ibm.com>
This commit is contained in:
stevenhorsman
2025-01-23 15:58:08 +00:00
parent 66d881a5da
commit d031e479ab

View File

@@ -56,7 +56,7 @@ description = "measure container average of blogbench write"
checkvar = ".\"blogbench\".Results | .[] | .write.Result"
checktype = "mean"
midval = 2087.0
minpercent = 20.0
minpercent = 25.0
maxpercent = 20.0
[[metric]]