Browse Source

Added reduce to benchmark

main
Uma Roy 2 years ago
parent
commit
e026e73359
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      goldilocks/base_test.go

+ 2
- 0
goldilocks/base_test.go

@ -51,6 +51,8 @@ func (c *TestGoldilocksRangeCheckBenchmarkCircuit) Define(api frontend.API) erro
glApi := NewGoldilocksApi(api)
for _, x := range c.X {
glApi.RangeCheck(NewVariable(x))
glApi.Reduce(NewVariable(x))
}
return nil
}

Loading…
Cancel
Save