Skip to content

Commit

Permalink
metrics: Fix random write value for FIO
Browse files Browse the repository at this point in the history
This PR fixes the random write value for FIO for qemu by decreasing it
to avoid the random failures of the GHA CI.

Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>
  • Loading branch information
GabyCT committed May 8, 2024
1 parent c0bf9e9 commit 2fb406e
Showing 1 changed file with 1 addition and 1 deletion.
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 = 1457926.8
midval = 1166341.44
minpercent = 20.0
maxpercent = 20.0

Expand Down

0 comments on commit 2fb406e

Please sign in to comment.