Skip to content

Commit

Permalink
Add missing pallets to runtime benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
khssnv committed Dec 7, 2023
1 parent 65fc384 commit 5e9e149
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions runtime/devnet/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -750,6 +750,9 @@ mod benches {
[pallet_collator_selection, CollatorSelection]
[pallet_multisig, Multisig]
[pallet_preimage, Preimage]
[pallet_utility, Utility]
[pallet_nfts, Nfts]
[pallet_nft_fractionalization, NftFractionalization]
[cumulus_pallet_xcmp_queue, XcmpQueue]
// SBP-M1 review: add missing pallets: benchmarks should be re-run on reference hardware based on how they are configured/used by your runtime
);
Expand Down
3 changes: 3 additions & 0 deletions runtime/mainnet/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -750,6 +750,9 @@ mod benches {
[pallet_collator_selection, CollatorSelection]
[pallet_multisig, Multisig]
[pallet_preimage, Preimage]
[pallet_utility, Utility]
[pallet_nfts, Nfts]
[pallet_nft_fractionalization, NftFractionalization]
[cumulus_pallet_xcmp_queue, XcmpQueue]
// SBP-M1 review: add missing pallets: benchmarks should be re-run on reference hardware based on how they are configured/used by your runtime
);
Expand Down

0 comments on commit 5e9e149

Please sign in to comment.