Skip to content
This repository has been archived by the owner on Dec 23, 2024. It is now read-only.

Commit

Permalink
fix() reduce number of exec
Browse files Browse the repository at this point in the history
  • Loading branch information
immortal-tofu committed Jan 10, 2024
1 parent 9c08a50 commit c132a18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fhevm/benchmarks_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit c132a18

Please sign in to comment.