Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare proofs on benchmarks #695

Open
jmg-duarte opened this issue Jan 22, 2025 · 0 comments
Open

Prepare proofs on benchmarks #695

jmg-duarte opened this issue Jan 22, 2025 · 0 comments
Labels
Milestone

Comments

@jmg-duarte
Copy link
Contributor

To accurately calculate the weight of the proof verification, we need to be able to first create a valid proof.

In regular testing, this is not an issue as it uses std, however, when running benchmarks std is gone, as such we lose the ability to prepare a normal proof. We may be able to use fixed inputs and pre-calculate one, but this is, of course, not ideal.

The goal of this task is to prepare proofs as part of the benchmarks setup, be it fixed or on-demand.

@jmg-duarte jmg-duarte added this to the Phase 3 milestone Jan 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant