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

Fix a display bug for charts #48

Closed redha2404 closed 3 weeks ago

redha2404 commented 1 month ago

In the current version of zkalc, for example, if you want to display the chart : BLS-381 Inversion over Fp using AWS EC2 m5.2xlarge, it prints "Unavaible". It is because in frontend/app/charts/page.js, ZkalcGraph tests only the availability of the default curve, library and machine for an op whereas the op can be available on other curve curve or machine.

This PR fixes the bug.

vercel[bot] commented 1 month ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
zkalc ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 25, 2024 9:28am
mmaker commented 3 weeks ago

amazing thank you so much!