noir-lang / zk_bench

Benchmark circom and noir on some standard primitives from circomlib/noir stdlib
MIT License
3 stars 0 forks source link

Update `noir.rs` to support Noir ≥0.31.0 #16

Open Savio-Sou opened 3 months ago

Savio-Sou commented 3 months ago

Problem

noir.rs relies on nargo prove and nargo info for benchmarking proving speeds and gathering results, which are deprecated from Noir ≥0.31.0 as a part of https://github.com/noir-lang/noir/issues/4960.

Happy Case

Update the file to use Barretenberg's bb prove and bb gates.

Alternatives Considered

No response

Additional Context

No response

Would you like to submit a PR for this Issue?

No

Support Needs

No response