apache / incubator-milagro-crypto-rust

Apache Milagro Crypto Library - Rust Version
https://milagro.apache.org/
Apache License 2.0
31 stars 19 forks source link

Improve benchmarking #19

Open kirk-baird opened 4 years ago

kirk-baird commented 4 years ago

What is the issue

Benchmarking currently consists of one file BenchtestALL.rs. Thus should be updated to the cargo bench format.

Steps to resolve

Update

Benchmarking has been updated to use criterion. However, there are still plenty more functions worth benchmarking, existing benchmarks for curves such as ED25519 should also be updated.