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:
Gabriela Cervantes 2023-08-29 21:08:45 +00:00 committed by Fabiano Fidêncio
parent 08027f2282
commit 3491407581

View File

@ -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