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
72 stars 11 forks source link

perf: wrong parsing of pallas/vesta results #15

Closed asn-d6 closed 1 year ago

asn-d6 commented 1 year ago

pasta_curves dumps both pallas and vesta results on the same file which perf cannot understand. Right now it's overwriting the results of pallas (which come first) with the results of vesta (which come second)

The easiest way to fix this is to adapt the Makefile to run two separate cargo bench on pasta_curves and dump each on a separate file.

asn-d6 commented 1 year ago

Fixed in https://github.com/asn-d6/zkalc/issues/15