metrics: Update boot time for kata metrics

This PR updates the boot time limit for kata metrics.

Fixes #7475

Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>
This commit is contained in:
Gabriela Cervantes 2023-07-27 17:23:36 +00:00
parent e941b3a094
commit 6520dfee37

View File

@ -16,9 +16,9 @@ description = "measure container lifecycle timings"
# within (inclusive)
checkvar = ".\"boot-times\".Results | .[] | .\"to-workload\".Result"
checktype = "mean"
midval = 0.42
minpercent = 20.0
maxpercent = 20.0
midval = 0.69
minpercent = 30.0
maxpercent = 30.0
[[metric]]
name = "memory-footprint"