In bench.rs there is a microbenchmark called prove_verify this is very corse grained and also doesn't seem to work.
Can we make several benchmarks for
- Initialization
- Proving
- Verifying
That do not take solving into account (we already benchmark this correctly).
In
bench.rsthere is a microbenchmark calledprove_verifythis is very corse grained and also doesn't seem to work.Can we make several benchmarks for
That do not take solving into account (we already benchmark this correctly).