mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-25 19:21:53 +00:00
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:
parent
8f8988fcd1
commit
e946d9d5d3
@ -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]]
|
||||
|
Loading…
Reference in New Issue
Block a user