mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-08 03:24:15 +00:00
Merge pull request #9686 from GabyCT/topic/fixbootclh
metrics: Fix minvalue for boot time
This commit is contained in:
commit
e08ad8d1b7
@ -16,7 +16,7 @@ description = "measure container lifecycle timings"
|
|||||||
# within (inclusive)
|
# within (inclusive)
|
||||||
checkvar = ".\"boot-times\".Results | .[] | .\"to-workload\".Result"
|
checkvar = ".\"boot-times\".Results | .[] | .\"to-workload\".Result"
|
||||||
checktype = "mean"
|
checktype = "mean"
|
||||||
midval = 0.69
|
midval = 0.39
|
||||||
minpercent = 40.0
|
minpercent = 40.0
|
||||||
maxpercent = 30.0
|
maxpercent = 30.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user