mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-01 15:57:20 +00:00
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:
parent
c0bf9e9bc6
commit
2fb406ed3a
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user