mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-27 11:31:05 +00:00
metrics: Update range for clh tests
In ef0e8669fb
we
had been seeing some significantly lower minvalues in
the jitter.Result test, so I lowered the mid-value rather
than having a very high minpercent, but it appears that the
variability of this result is very high, so we are still getting
the occasional high value, so reset the midval and just
have a bigger ranges on both sides, to try and keep the test
stable.
Signed-off-by: stevenhorsman <steven@uk.ibm.com>
This commit is contained in:
parent
d77008b817
commit
1022d8d260
@ -211,6 +211,6 @@ description = "iperf"
|
||||
# within (inclusive)
|
||||
checkvar = ".\"network-iperf3\".Results | .[] | .jitter.Result"
|
||||
checktype = "mean"
|
||||
midval = 0.02
|
||||
minpercent = 70.0
|
||||
maxpercent = 60.0
|
||||
midval = 0.04
|
||||
minpercent = 85.0
|
||||
maxpercent = 80.0
|
||||
|
Loading…
Reference in New Issue
Block a user