Merge pull request #10718 from stevenhorsman/metrics-blogbench-latency-minimal-range-increase

metrics: Increase latency minimum range
This commit is contained in:
Fabiano Fidêncio 2025-01-08 17:09:36 +01:00 committed by GitHub
commit 65e267294b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -55,9 +55,9 @@ description = "measure container average of blogbench write"
# within (inclusive)
checkvar = ".\"blogbench\".Results | .[] | .write.Result"
checktype = "mean"
midval = 2362.0
minpercent = 20.0
maxpercent = 20.0
midval = 2000.0
minpercent = 30.0
maxpercent = 30.0
[[metric]]
name = "blogbench"
@ -160,7 +160,7 @@ description = "measure container latency"
checkvar = ".\"latency\".Results | .[] | .latency.Result"
checktype = "mean"
midval = 0.70
minpercent = 20.0
minpercent = 30.0
maxpercent = 20.0
[[metric]]