Skip to content
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 encrypt/decrypt throughput benchmarks #128

Open
5 tasks
clintfred opened this issue Mar 13, 2020 · 0 comments
Open
5 tasks

Add encrypt/decrypt throughput benchmarks #128

clintfred opened this issue Mar 13, 2020 · 0 comments

Comments

@clintfred
Copy link
Contributor

As an ironoxide user
I want to understand the encrypt/decrypt performance of the library

We have latency benchmarks for encrypt and decrypt, but not throughput ones. Some work was done on this on https://github.com/IronCoreLabs/ironoxide/tree/92-throughput but that branch is somewhat old now. It was not merged because we wanted to build the throughput benches around the async API, which did not exist at that time.

AC

  • Unmanged encrypt throughput bench - operations/second
  • Encrypt throughput bench - operations/second
  • Unmanaged decrypt throughput bench - operations/second
  • Decrypt throughput bench - operations/second
  • (probably need this) a way to configure the tests to only process a certain number of requests per second (semaphore has been suggested for impl, but should think about this from first principles again)
@clintfred clintfred modified the milestone: 2020-03-27 Mar 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant