Skip to content

Commit 9b655f4

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 46ebb24 commit 9b655f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tests.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ impl frame_system::Trait for Test {
100100
type AccountData = ();
101101
type OnNewAccount = ();
102102
type OnKilledAccount = ();
103+
type SystemWeightInfo = ();
103104
}
104105

105106
impl Trait for Test {

0 commit comments

Comments
 (0)