-
Notifications
You must be signed in to change notification settings - Fork 1
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 first benchmark #21
Conversation
Add AGPLv3 licensed fork of libcrux crates
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great, thanks! Just some doc-related nits.
And, could you rebase on main
or merge main
? I thought it had done that automatically when updating the PR target, but from the diff it looks like e.g. memory.x
and mldsa_65.rx
don't use the current main
version to merge 🤷 .
Co-authored-by: Jonas Schneider-Bensch <jonas@cryspen.com>
e11f0a7
to
d96ef61
Compare
Thanks! |
This PR adds the benchmark tooling and runs the benchmarks for ML_DSA65 on the Nucleo144 board.
We still have plans to make this more convenient to use, but this is a good starting point that works.
This PR sits on top of #19 as it is needed to getting the benchmarks to run in the first place.