IronCoreLabs / ironoxide

Rust SDK for IronCore Privacy Platform
https://docs.rs/ironoxide
GNU Affero General Public License v3.0
10 stars 3 forks source link

Add encrypt/decrypt throughput benchmarks #128

Open clintfred opened 4 years ago

clintfred commented 4 years ago

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