Merge pull request #9610 from GabyCT/topic/fixrwfio

metrics: Fix random write value for FIO
This commit is contained in:
GabyCT 2024-05-15 17:44:41 -06:00 committed by GitHub
commit 05cc8fae5e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

View File

@ -146,9 +146,9 @@ description = "measure random write throughput using fio"
# within (inclusive)
checkvar = "[.\"fio\".\"Results random\"] | .[] | .[] | .randwrite.bw | select( . != null )"
checktype = "mean"
midval = 1440540.7
minpercent = 20.0
maxpercent = 20.0
midval = 1065844.0
minpercent = 40.0
maxpercent = 40.0
[[metric]]
name = "latency"

View File

@ -146,9 +146,9 @@ description = "measure random write throughput using fio"
# within (inclusive)
checkvar = "[.\"fio\".\"Results random\"] | .[] | .[] | .randwrite.bw | select( . != null )"
checktype = "mean"
midval = 1457926.8
minpercent = 20.0
maxpercent = 20.0
midval = 1084725.25
minpercent = 40.0
maxpercent = 40.0
[[metric]]
name = "latency"