From fbbb53bd8d48dbbd894258d739834f22612cf9ff Mon Sep 17 00:00:00 2001 From: lauener Date: Mon, 19 Aug 2024 08:46:33 +0200 Subject: [PATCH] Ignore slightly above cogn. complexity --- pairing/bls12381/bls12381_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pairing/bls12381/bls12381_test.go b/pairing/bls12381/bls12381_test.go index 38d3a1f1..2290e3fb 100644 --- a/pairing/bls12381/bls12381_test.go +++ b/pairing/bls12381/bls12381_test.go @@ -674,6 +674,7 @@ func BenchmarkCircl(b *testing.B) { BDNBenchmark(b, "circl") } +//nolint: gocyclo,cyclop // breaking this down doesn't make sense func BDNBenchmark(b *testing.B, curveOption string) { b.Logf("----------------------") b.Logf("Payload to sign: %d bytes\n", dataSize)