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