mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-18 07:18:27 +00:00
metrics: Fix memory inside limits for kata metrics
This PR fixes the memory inside limit for clh for kata metrics due to the recent changes that we had in the script which impacted in the performance measurement. Fixes #7786 Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>
This commit is contained in:
@@ -29,7 +29,7 @@ description = "measure memory usage"
|
||||
# within (inclusive)
|
||||
checkvar = ".\"memory-footprint\".Results | .[] | .average.Result"
|
||||
checktype = "mean"
|
||||
midval = 2518364.00
|
||||
midval = 127220.25
|
||||
minpercent = 20.0
|
||||
maxpercent = 20.0
|
||||
|
||||
|
Reference in New Issue
Block a user