From c132a187c95660bfd85882f447b208b6f9844c43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20=27birdy=27=20Danjou?= Date: Wed, 10 Jan 2024 18:50:50 +0100 Subject: [PATCH] fix() reduce number of exec --- fhevm/benchmarks_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fhevm/benchmarks_test.go b/fhevm/benchmarks_test.go index 7774d87..3dc1aca 100644 --- a/fhevm/benchmarks_test.go +++ b/fhevm/benchmarks_test.go @@ -23,7 +23,7 @@ import ( type operation func(FheUintType) -const numBenchmarkRuns = 10 +const numBenchmarkRuns = 5 func convertInGas(t *testing.T, name string, elapsed [numBenchmarkRuns]time.Duration) { lowest := elapsed[0]