Added reduce to benchmark

This commit is contained in:
Uma Roy 2023-10-10 22:56:44 -07:00
parent 90e2f5f1b1
commit e026e73359

View File

@ -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
}