We've had a couple notable performance regressions lately, namely in [`keccak`](https://github.com/RustCrypto/hashes/issues/468) and [`p256`](https://github.com/RustCrypto/elliptic-curves/issues/882). It'd be good to have a reusable solution for continuous benchmarking. Some options: - https://github.com/bencherdev/bencher - https://github.com/bheisler/iai
We've had a couple notable performance regressions lately, namely in
keccakandp256.It'd be good to have a reusable solution for continuous benchmarking.
Some options: