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:
Gabriela Cervantes 2023-08-29 21:08:45 +00:00
parent 8f2dae7b53
commit 8877ec62fb

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