metrics: qemu: Increase latency test range

After the kernel version bump, in the latest nightly run
https://github.com/kata-containers/kata-containers/actions/runs/12681309963/job/35345228400
The sequential read throughput result was 79.7% of the expected (so failed)
and the sequential write was 84% of the expected, so was fairly close,
so increase their minimum ranges to make them more robust.

Signed-off-by: stevenhorsman <steven@uk.ibm.com>
This commit is contained in:
stevenhorsman 2025-01-09 09:22:23 +00:00
parent 8f8988fcd1
commit e946d9d5d3

View File

@ -108,7 +108,7 @@ description = "measure sequential read throughput using fio"
checkvar = "[.\"fio\".\"Results sequential\"] | .[] | .[] | .read.bw | select( . != null )"
checktype = "mean"
midval = 327066.8
minpercent = 20.0
minpercent = 30.0
maxpercent = 20.0
[[metric]]
@ -121,7 +121,7 @@ description = "measure sequential write throughput using fio"
checkvar = "[.\"fio\".\"Results sequential\"] | .[] | .[] | .write.bw | select( . != null )"
checktype = "mean"
midval = 309023.65
minpercent = 20.0
minpercent = 30.0
maxpercent = 20.0
[[metric]]