zkFold / zkfold-cardano

zkFold: Cardano integration library
https://zkfold.io
MIT License
5 stars 0 forks source link

Refactor benchmarks #11

Closed vlasin closed 2 months ago

vlasin commented 3 months ago
  1. We have only one benchmark. bench-uplc is not actually a benchmark. It just writes some script data to files. So, these two should be merged together.
  2. We can test Plonk's verify algorithm implementation separately, as well as plonkVerifier and symbolicVerifier transactions. In the latter two cases, we need to construct transactions using some off-chain code. Currently, we do not have a robust transaction builder, so I propose to hard-code one example for each of the verifiers.