mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-15 06:34:03 +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>
(cherry picked from commit 8877ec62fb
)
This commit is contained in:
parent
08027f2282
commit
3491407581
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user