Open
Description
Currently runFromString
in halo2-lib-js always runs the circuit twice (runs its once, then auto configures the circuit, and then runs the optimized circuit).
We should make this optional so that we can then use a specified circuit config if needed (ie. in the case of benchmarking).
Activity