Add benchmark to node-template pallet-template (#8239)
* Add benchmark to node-template pallet-template * export sp_std to avoid missing dep when using macro * fix more `sp_std` deps * remove unused * Update bin/node-template/pallets/template/src/benchmarking.rs Co-authored-by:Bastian Köcher <bkchr@users.noreply.github.com> * Update bin/node-template/pallets/template/Cargo.toml Co-authored-by:
Bastian Köcher <bkchr@users.noreply.github.com>
Showing
- substrate/Cargo.lock 1 addition, 0 deletionssubstrate/Cargo.lock
- substrate/bin/node-template/pallets/template/Cargo.toml 9 additions, 2 deletionssubstrate/bin/node-template/pallets/template/Cargo.toml
- substrate/bin/node-template/pallets/template/src/benchmarking.rs 24 additions, 0 deletions...te/bin/node-template/pallets/template/src/benchmarking.rs
- substrate/bin/node-template/pallets/template/src/lib.rs 4 additions, 1 deletionsubstrate/bin/node-template/pallets/template/src/lib.rs
- substrate/bin/node-template/runtime/Cargo.toml 1 addition, 0 deletionssubstrate/bin/node-template/runtime/Cargo.toml
- substrate/bin/node-template/runtime/src/lib.rs 1 addition, 0 deletionssubstrate/bin/node-template/runtime/src/lib.rs
- substrate/frame/benchmarking/src/lib.rs 22 additions, 20 deletionssubstrate/frame/benchmarking/src/lib.rs
- substrate/frame/merkle-mountain-range/src/benchmarking.rs 0 additions, 1 deletionsubstrate/frame/merkle-mountain-range/src/benchmarking.rs
- substrate/frame/timestamp/src/benchmarking.rs 0 additions, 1 deletionsubstrate/frame/timestamp/src/benchmarking.rs
Please register or sign in to comment