Switch sr-arithmetic benchmarking to criterion (#3902)

* Change DefaultMaxDepth from 1024 to 32

* Switch sr-arithmetic benchmarking to criterion

* Update core/sr-arithmetic/Cargo.toml

Co-Authored-By: Bastian Köcher <bkchr@users.noreply.github.com>

* Update core/sr-arithmetic/benches/bench.rs

Co-Authored-By: Bastian Köcher <bkchr@users.noreply.github.com>

* Test on variable limb lengths

* Change license

* Rework division
This commit is contained in:
Ashley
2019-10-29 12:47:27 +00:00
committed by Bastian Köcher
parent 057636fd1f
commit ae42db6049
7 changed files with 87 additions and 86 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ rand = "0.7.2"
criterion = "0.2.11"
[[bench]]
name = "benches"
name = "bench"
harness = false
[lib]