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 15, 2024
1 parent 2fb406e commit 47b3b38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ description = "measure random write throughput using fio"
# within (inclusive)
checkvar = "[.\"fio\".\"Results random\"] | .[] | .[] | .randwrite.bw | select( . != null )"
checktype = "mean"
midval = 1440540.7
midval = 1065844.0
minpercent = 20.0
maxpercent = 20.0

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

Expand Down

0 comments on commit 47b3b38

Please sign in to comment.