metrics: clh: Increase network-iperf3 range

We hit a failure with:
```
time="2025-01-09T09:55:58Z" level=warning msg="Failed Minval (0.017600 > 0.015000) for [network-iperf3]"
```
The range is very big, but in the last 3 test runs I reviewed we have got a minimum value of 0.015s
and a max value of 0.052, so there is a ~350% difference possible
so I think we need to have a wide range to make this stable.

Signed-off-by: stevenhorsman <steven@uk.ibm.com>
This commit is contained in:
stevenhorsman 2025-01-09 11:25:41 +00:00
parent e946d9d5d3
commit aaae5b6d0f

View File

@ -211,6 +211,6 @@ description = "iperf"
# within (inclusive)
checkvar = ".\"network-iperf3\".Results | .[] | .jitter.Result"
checktype = "mean"
midval = 0.044
minpercent = 60.0
maxpercent = 50.0
midval = 0.04
minpercent = 70.0
maxpercent = 60.0