You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we are benchmarking circom/snarkjs, using the time command. This way, the comparison is not equal to libraries as we have the nodejs overhead. However, this will most probably be negligible for large benchmarks.
Add PLONK and FFLONK support
Add support for C++ witness generation. In this case, should we also include the time for complying with the cpp code in the logs?
Cores/Thread: Node uses one single thread in one core. Nevertheless, snarkjs (and the underlying library ffjavascript) use workers to perform operations; hence it isn't actually single-threaded. We could instrument snarkjs so it uses only a single worker. -- We decided yo use best available options
Add proof size
Use rapidsnark
The text was updated successfully, but these errors were encountered:
time
command. This way, the comparison is not equal to libraries as we have the nodejs overhead. However, this will most probably be negligible for large benchmarks.The text was updated successfully, but these errors were encountered: