Skip to content

Commit

Permalink
metrics: Fix parallel bandwidth for clh
Browse files Browse the repository at this point in the history
This PR fixes the parallel bandwidth value for clh due to
the golang bump 1.19

Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>
  • Loading branch information
GabyCT committed Nov 18, 2022
1 parent 68d4780 commit 7577544
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ description = "measure container parallel bandwidth using iperf3"
# within (inclusive)
checkvar = ".\"network-iperf3\".Results | .[] | .parallel.Result"
checktype = "mean"
midval = 50241301733.29
midval = 44243050018.0
minpercent = 10.0
maxpercent = 10.0

Expand Down

0 comments on commit 7577544

Please sign in to comment.