File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed
runtimes/spiritnet/src/weights Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 4444use frame_support:: { traits:: Get , weights:: Weight } ;
4545use sp_std:: marker:: PhantomData ;
4646
47+ // TODO: Remove once the benchmarking stuff fully supports pallet instances.
48+ use pallet_membership as pallet_collators;
49+
4750/// Weight functions for `pallet_collators`.
4851pub struct WeightInfo < T > ( PhantomData < T > ) ;
4952impl < T : frame_system:: Config > pallet_collators:: WeightInfo for WeightInfo < T > {
Original file line number Diff line number Diff line change 4444use frame_support:: { traits:: Get , weights:: Weight } ;
4545use sp_std:: marker:: PhantomData ;
4646
47+ // TODO: Remove once the benchmarking stuff fully supports pallet instances.
48+ use pallet_collective as pallet_technical_committee_collective;
49+
4750/// Weight functions for `pallet_technical_committee_collective`.
4851pub struct WeightInfo < T > ( PhantomData < T > ) ;
4952impl < T : frame_system:: Config > pallet_technical_committee_collective:: WeightInfo for WeightInfo < T > {
Original file line number Diff line number Diff line change 4444use frame_support:: { traits:: Get , weights:: Weight } ;
4545use sp_std:: marker:: PhantomData ;
4646
47+ // TODO: Remove once the benchmarking stuff fully supports pallet instances.
48+ use pallet_membership as pallet_technical_membership;
49+
4750/// Weight functions for `pallet_technical_membership`.
4851pub struct WeightInfo < T > ( PhantomData < T > ) ;
4952impl < T : frame_system:: Config > pallet_technical_membership:: WeightInfo for WeightInfo < T > {
You can’t perform that action at this time.
0 commit comments