Benchmark Treasury Pallet (#5287)
* Start benchmarks * try_origin or root * More benches * stuck * Custom trait functions for benchmarks * finish benchmarks * Bump impl * More comments * Bump spec * Remove import * Update frame/elections-phragmen/src/lib.rs Co-Authored-By:thiolliere <gui.thiolliere@gmail.com> * Update frame/support/src/traits.rs Co-Authored-By:
thiolliere <gui.thiolliere@gmail.com> * Fix merge Co-authored-by:
thiolliere <gui.thiolliere@gmail.com>
Showing
- substrate/Cargo.lock 1 addition, 0 deletionssubstrate/Cargo.lock
- substrate/bin/node/runtime/Cargo.toml 7 additions, 2 deletionssubstrate/bin/node/runtime/Cargo.toml
- substrate/bin/node/runtime/src/lib.rs 7 additions, 0 deletionssubstrate/bin/node/runtime/src/lib.rs
- substrate/frame/elections-phragmen/Cargo.toml 1 addition, 0 deletionssubstrate/frame/elections-phragmen/Cargo.toml
- substrate/frame/elections-phragmen/src/lib.rs 12 additions, 0 deletionssubstrate/frame/elections-phragmen/src/lib.rs
- substrate/frame/support/Cargo.toml 1 addition, 0 deletionssubstrate/frame/support/Cargo.toml
- substrate/frame/support/src/traits.rs 7 additions, 0 deletionssubstrate/frame/support/src/traits.rs
- substrate/frame/treasury/Cargo.toml 6 additions, 0 deletionssubstrate/frame/treasury/Cargo.toml
- substrate/frame/treasury/src/benchmarking.rs 211 additions, 0 deletionssubstrate/frame/treasury/src/benchmarking.rs
- substrate/frame/treasury/src/lib.rs 13 additions, 458 deletionssubstrate/frame/treasury/src/lib.rs
- substrate/frame/treasury/src/tests.rs 449 additions, 0 deletionssubstrate/frame/treasury/src/tests.rs
Please register or sign in to comment