-
Notifications
You must be signed in to change notification settings - Fork 170
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add zkalc scripts to develop #434
Conversation
Create a proper bash file to run benchmarks
zkalc.sh: only run benches for one EC
zkalc: Add FFT benchmark
|
draft for now as the tests need to be cleaned: I forgot that in zkalc branch I got rid of windowed scalar multiplication to bench only GLV scalar mul (the fastest between the two). |
zkalc's benchmarks: fp -> fr
zkalc branch is up to date with master |
zkalc branch has some scripts to benchmark gnark-crypto which is now behind develop optimizations #432. Either we can merge this PR to add the scripts to develop (and master) or automate the process so that the branch track develop.