metrics: Fix random write value for FIO

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>
This commit is contained in:
Gabriela Cervantes 2024-05-08 18:35:38 +00:00
parent c0bf9e9bc6
commit 2fb406ed3a

View File

@ -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