You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
(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)
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: