mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-25 19:21:53 +00:00
Merge pull request #9610 from GabyCT/topic/fixrwfio
metrics: Fix random write value for FIO
This commit is contained in:
commit
05cc8fae5e
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user