mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-17 23:07:55 +00:00
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:
@@ -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]]
|
||||
|
Reference in New Issue
Block a user