mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-02-23 07:24:24 +01:00
checkmetrics: Add AlexNet value for qemu
This PR adds AlexNet value for qemu for checkmetrics. Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>
This commit is contained in:
@@ -84,3 +84,16 @@ checktype = "mean"
|
||||
midval = 4396.2
|
||||
minpercent = 20.0
|
||||
maxpercent = 20.0
|
||||
|
||||
[[metric]]
|
||||
name = "tensorflow"
|
||||
type = "json"
|
||||
description = "tensorflow alexnet model"
|
||||
# Min and Max values to set a 'range' that
|
||||
# the median of the CSV Results data must fall
|
||||
# within (inclusive)
|
||||
checkvar = ".\"tensorflow\".Results | .[] | .AlexNet.Result"
|
||||
checktype = "mean"
|
||||
midval = 98.3
|
||||
minpercent = 20.0
|
||||
maxpercent = 20.0
|
||||
|
||||
Reference in New Issue
Block a user