From: Adrian Villin Date: Tue, 9 Sep 2025 07:13:16 +0000 (-0400) Subject: hs-test: lower TcpWithLoss perf threshold X-Git-Tag: v26.02-rc0~40 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=6f4dec6b37ba681ee6272ffd9bd04dd9a6370d8d;p=vpp.git hs-test: lower TcpWithLoss perf threshold Type: test Change-Id: Icecb4fce52cb8df8a0b252efcbd67df188bee8d1 Signed-off-by: Adrian Villin --- diff --git a/extras/hs-test/echo_test.go b/extras/hs-test/echo_test.go index 070ab964b0b..b4d25d27b91 100644 --- a/extras/hs-test/echo_test.go +++ b/extras/hs-test/echo_test.go @@ -242,7 +242,7 @@ func TcpWithLossTest(s *VethsSuite) { if !s.CoverageRun { s.Log("\nBaseline: %.2f bytes/s\nWith loss: %.2f bytes/s", baseline, withLoss) s.AssertGreaterEqual(baseline, withLoss) - s.AssertGreaterEqual(withLoss, baseline*0.2) + s.AssertGreaterEqual(withLoss, baseline*0.15) } }