mirror of
https://github.com/logos-storage/gnark-plonky2-verifier.git
synced 2026-01-05 14:43:10 +00:00
Added reduce to benchmark
This commit is contained in:
parent
90e2f5f1b1
commit
e026e73359
@ -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…
x
Reference in New Issue
Block a user