Migrate pairing benchmarks to criterion

This commit is contained in:
Jack Grigg
2019-12-19 16:46:16 -06:00
parent 00499b3441
commit 6c2c2b58de
9 changed files with 477 additions and 334 deletions

1
Cargo.lock generated
View File

@@ -600,6 +600,7 @@ name = "pairing"
version = "0.15.0"
dependencies = [
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
"criterion 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
"ff 0.5.0",
"group 0.2.0",
"rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",