metrics: Add boot time value for qemu

This PR adds the boot time value and limit for qemu.

Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>
This commit is contained in:
Gabriela Cervantes 2023-07-27 20:06:24 +00:00
parent 6520dfee37
commit 0c84270357

View File

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