mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 21:01:02 +00:00
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:
@@ -45,7 +45,7 @@ rand = "0.7.2"
|
||||
criterion = "0.2.11"
|
||||
|
||||
[[bench]]
|
||||
name = "benches"
|
||||
name = "bench"
|
||||
harness = false
|
||||
|
||||
[lib]
|
||||
|
||||
Reference in New Issue
Block a user