-
Notifications
You must be signed in to change notification settings - Fork 354
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
Crypto verify benchmarks #801
Conversation
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.
Nice. Could you add a block to the package readme how to execute (see vm's README)? Could you execute the benchmarks in the benchmarking CI job?
e1bee0a
to
237dbd1
Compare
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.
Nice. Just the update to Rust 1.49.0, then merge
dbdf34e
to
8326174
Compare
Implements digital signature verification benchmarks. Related to #758.
Some results on my machine:
ed25519_batch_verify_five
verifies a batch of five entries (~50 us
per entry; not bad). I'll now add some more benches for this, i. e.ed25519_batch_verify_one
,two
,three
, ...