WeightInfo for Identity Pallet (#7107)
* update benchmarks * add automated weights * Update benchmarking.rs * use underscores for file out * update some weights * more weights * finish weights * add basic verification to benchmarks * patch benchmarks * Update benchmarking.rs * final weights * update for new type * add weightinfo to node
Showing
- substrate/bin/node/runtime/src/lib.rs 1 addition, 1 deletionsubstrate/bin/node/runtime/src/lib.rs
- substrate/bin/node/runtime/src/weights/mod.rs 2 additions, 1 deletionsubstrate/bin/node/runtime/src/weights/mod.rs
- substrate/bin/node/runtime/src/weights/pallet_identity.rs 136 additions, 0 deletionssubstrate/bin/node/runtime/src/weights/pallet_identity.rs
- substrate/frame/identity/src/benchmarking.rs 174 additions, 94 deletionssubstrate/frame/identity/src/benchmarking.rs
- substrate/frame/identity/src/default_weights.rs 135 additions, 0 deletionssubstrate/frame/identity/src/default_weights.rs
- substrate/frame/identity/src/lib.rs 75 additions, 707 deletionssubstrate/frame/identity/src/lib.rs
- substrate/frame/identity/src/tests.rs 472 additions, 0 deletionssubstrate/frame/identity/src/tests.rs
- substrate/utils/frame/benchmarking-cli/src/writer.rs 17 additions, 2 deletionssubstrate/utils/frame/benchmarking-cli/src/writer.rs
Please register or sign in to comment