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.
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.
bench-uplc
is not actually a benchmark. It just writes some script data to files. So, these two should be merged together.verify
algorithm implementation separately, as well asplonkVerifier
andsymbolicVerifier
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.