1
0
mirror of https://github.com/kata-containers/kata-containers.git synced 2025-05-08 08:27:24 +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:
stevenhorsman 2025-02-27 14:48:13 +00:00
parent 435ee86fdd
commit f81c85e73d

View File

@ -18,7 +18,7 @@ checkvar = ".\"boot-times\".Results | .[] | .\"to-workload\".Result"
checktype = "mean"
midval = 0.39
minpercent = 40.0
maxpercent = 30.0
maxpercent = 50.0
[[metric]]
name = "memory-footprint"