noir-lang / noir

Noir is a domain specific language for zero knowledge proofs
https://noir-lang.org
Apache License 2.0
821 stars 177 forks source link

fix: don't benchmark the "prove" command as it doesn't exist anymore #5323

Closed asterite closed 5 days ago

asterite commented 5 days ago

Description

Problem

Related to #4754

Summary

In order to improve execution performance we first need to benchmark it... but, the current benchmark code also benchmarks the "prove" command which doesn't exist anymore, so it can't run. This PR remove the benchmark command related to the "prove" command.

I considered extracting the strings "prove" and "command" to constants, so that if they are removed we would get a compile error, but... maybe chances of a command getting removed are very low, so probably not worth it.

Additional Context

None.

Documentation*

Check one:

PR Checklist*