mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-29 12:14:48 +00:00
checkmetrics: Add blogbench write value for qemu
This PR adds the blogbench write value for qemu limit. Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>
This commit is contained in:
parent
02031e29aa
commit
2935aeb7d7
@ -45,3 +45,16 @@ checktype = "mean"
|
|||||||
midval = 3677280.0
|
midval = 3677280.0
|
||||||
minpercent = 25.0
|
minpercent = 25.0
|
||||||
maxpercent = 25.0
|
maxpercent = 25.0
|
||||||
|
|
||||||
|
[[metric]]
|
||||||
|
name = "blogbench"
|
||||||
|
type = "json"
|
||||||
|
description = "measure container average of blogbench write"
|
||||||
|
# Min and Max values to set a 'range' that
|
||||||
|
# the median of the CSV Results data must fall
|
||||||
|
# within (inclusive)
|
||||||
|
checkvar = ".\"blogbench\".Results | .[] | .write.Result"
|
||||||
|
checktype = "mean"
|
||||||
|
midval = 1639.0
|
||||||
|
minpercent = 20.0
|
||||||
|
maxpercent = 20.0
|
||||||
|
Loading…
Reference in New Issue
Block a user