Skip to content

Commit 287697e

Browse files
authored
Add WeightInfo to all pallets with benchmarks. (#6575)
* Start adding weight info * More weightinfo * finish weight info * more fixes * inital update of node runtime * fix the rest of the compilation * update balances * add docs * fix balances tests * Fix more tests * Fix compile * Fix pallet-evm tests
1 parent 12a04b6 commit 287697e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -569,6 +569,7 @@ mod tests {
569569
type AccountData = pallet_balances::AccountData<Balance>;
570570
type OnNewAccount = ();
571571
type OnKilledAccount = ();
572+
type SystemWeightInfo = ();
572573
}
573574

574575
type Balance = u64;
@@ -581,6 +582,7 @@ mod tests {
581582
type DustRemoval = ();
582583
type ExistentialDeposit = ExistentialDeposit;
583584
type AccountStore = System;
585+
type WeightInfo = ();
584586
}
585587

586588
parameter_types! {

0 commit comments

Comments
 (0)