Merge pull request #7787 from GabyCT/topic/fixmemoryinsidelimit

metrics: Fix memory inside limits for kata metrics
This commit is contained in:
David Esparza 2023-08-30 07:45:17 -06:00 committed by GitHub
commit 924d06a7f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ description = "measure memory usage"
# within (inclusive) # within (inclusive)
checkvar = ".\"memory-footprint\".Results | .[] | .average.Result" checkvar = ".\"memory-footprint\".Results | .[] | .average.Result"
checktype = "mean" checktype = "mean"
midval = 2518364.00 midval = 127220.25
minpercent = 20.0 minpercent = 20.0
maxpercent = 20.0 maxpercent = 20.0

View File

@ -29,7 +29,7 @@ description = "measure memory usage"
# within (inclusive) # within (inclusive)
checkvar = ".\"memory-footprint\".Results | .[] | .average.Result" checkvar = ".\"memory-footprint\".Results | .[] | .average.Result"
checktype = "mean" checktype = "mean"
midval = 2435844.00 midval = 122832.40
minpercent = 20.0 minpercent = 20.0
maxpercent = 20.0 maxpercent = 20.0