Skip to content

Commit

Permalink
feat() add not benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
immortal-tofu committed Jan 10, 2024
1 parent c132a18 commit 976e576
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fhevm/benchmarks_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ func benchTests(t *testing.T, name string, fn operation) {
}

func TestBenchmarks(t *testing.T) {
benchTests(t, "not", func(fheUintType FheUintType) { FheNot(t, fheUintType, false) })

benchTests(t, "and", func(fheUintType FheUintType) { FheBitAnd(t, fheUintType, false) })

benchTests(t, "eq", func(fheUintType FheUintType) { FheEq(t, fheUintType, false) })
Expand Down

0 comments on commit 976e576

Please sign in to comment.