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
Showing
- substrate/Cargo.lock 1 addition, 0 deletionssubstrate/Cargo.lock
- substrate/core/primitives/Cargo.toml 1 addition, 1 deletionsubstrate/core/primitives/Cargo.toml
- substrate/core/primitives/benches/bench.rs 0 additions, 0 deletionssubstrate/core/primitives/benches/bench.rs
- substrate/core/sr-arithmetic/Cargo.toml 5 additions, 1 deletionsubstrate/core/sr-arithmetic/Cargo.toml
- substrate/core/sr-arithmetic/benches/bench.rs 80 additions, 0 deletionssubstrate/core/sr-arithmetic/benches/bench.rs
- substrate/core/sr-arithmetic/src/biguint.rs 0 additions, 80 deletionssubstrate/core/sr-arithmetic/src/biguint.rs
- substrate/core/sr-arithmetic/src/lib.rs 0 additions, 4 deletionssubstrate/core/sr-arithmetic/src/lib.rs
Please register or sign in to comment