Skip to content

Commit

Permalink
metrics: Fix random write value for clh for FIO
Browse files Browse the repository at this point in the history
This PR decreases the random write value for clh for FIO.

Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>
  • Loading branch information
GabyCT committed May 14, 2024
1 parent 2fb406e commit e8c72dd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 = 50.0
maxpercent = 50.0

[[metric]]
name = "latency"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,9 @@ description = "measure random write throughput using fio"
# within (inclusive)
checkvar = "[.\"fio\".\"Results random\"] | .[] | .[] | .randwrite.bw | select( . != null )"
checktype = "mean"
midval = 1166341.44
minpercent = 20.0
maxpercent = 20.0
midval = 1084725.25
minpercent = 50.0
maxpercent = 50.0

[[metric]]
name = "latency"
Expand Down

0 comments on commit e8c72dd

Please sign in to comment.