mmaker / zkalc

A web tool that helps you compare and visualize the performance of cryptographic operations
https://zka.lc
BSD 3-Clause "New" or "Revised" License
76 stars 12 forks source link

Shorten benchmarking time skipping some MSM benchmarks #17

Open mmaker opened 1 year ago

mmaker commented 1 year ago

Right now the target arkworks runs some msm benchmarks, but also depends on arkworks_curves, which in turn invokes other msm benchmarks. We don't care about those. Can we change this line in such a way that it will be running all tests but msm's? there must be something in the rust book...