Skip to content

Commit

Permalink
metrics: Add boot time value for qemu
Browse files Browse the repository at this point in the history
This PR adds the boot time value and limit for qemu.

Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>
  • Loading branch information
GabyCT committed Jul 27, 2023
1 parent 6520dfe commit 0c84270
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -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"
Expand Down

0 comments on commit 0c84270

Please sign in to comment.