mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-08 11:27:29 +00:00
metrics: Increase maxpercent range for clh boot times
We have a new metrics machine and environment and the boot time test failed for clh, so increase the maxpercent to try and get it stable Signed-off-by: stevenhorsman <steven@uk.ibm.com>
This commit is contained in:
parent
435ee86fdd
commit
f81c85e73d
@ -18,7 +18,7 @@ checkvar = ".\"boot-times\".Results | .[] | .\"to-workload\".Result"
|
|||||||
checktype = "mean"
|
checktype = "mean"
|
||||||
midval = 0.39
|
midval = 0.39
|
||||||
minpercent = 40.0
|
minpercent = 40.0
|
||||||
maxpercent = 30.0
|
maxpercent = 50.0
|
||||||
|
|
||||||
[[metric]]
|
[[metric]]
|
||||||
name = "memory-footprint"
|
name = "memory-footprint"
|
||||||
|
Loading…
Reference in New Issue
Block a user