Companion for Recovery Pallet benchmarking #11176 (#5366)

* benchmarking for `pallet_recovery`

* Added WeightInfo implementation for pallet_recovery

* Update Cargo.lock

* Update Cargo.toml

Co-authored-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
Co-authored-by: Shawn Tabrizi <shawntabrizi@gmail.com>
This commit is contained in:
Ayevbeosa Iyamu
2022-04-26 14:09:03 +01:00
committed by GitHub
parent 39579ea87f
commit 7d0252784d
5 changed files with 191 additions and 169 deletions
+2
View File
@@ -662,6 +662,7 @@ parameter_types! {
impl pallet_recovery::Config for Runtime {
type Event = Event;
type WeightInfo = ();
type Call = Call;
type Currency = Balances;
type ConfigDepositBase = ConfigDepositBase;
@@ -1136,6 +1137,7 @@ mod benches {
[pallet_offences, OffencesBench::<Runtime>]
[pallet_preimage, Preimage]
[pallet_proxy, Proxy]
[pallet_recovery, Recovery]
[pallet_scheduler, Scheduler]
[pallet_session, SessionBench::<Runtime>]
[pallet_staking, Staking]