Skip to content

Commit

Permalink
[runtime] sort benchmark entries and add membership pallets
Browse files Browse the repository at this point in the history
  • Loading branch information
clangenb committed Feb 28, 2024
1 parent 3226959 commit 25f3fc9
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions runtime/bajun/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -918,21 +918,23 @@ extern crate frame_benchmarking;
#[cfg(feature = "runtime-benchmarks")]
mod benches {
define_benchmarks!(
[cumulus_pallet_xcmp_queue, XcmpQueue]
[frame_system, SystemBench::<Runtime>]
[pallet_balances, Balances]
[pallet_session, SessionBench::<Runtime>]
[pallet_timestamp, Timestamp]
[pallet_multisig, Multisig]
[pallet_utility, Utility]
[pallet_collator_selection, CollatorSelection]
[cumulus_pallet_xcmp_queue, XcmpQueue]
[pallet_treasury, Treasury]
[pallet_collective, Council]
[pallet_collective, TechnicalCommittee]
[pallet_identity, Identity]
[pallet_membership, CouncilMembership]
[pallet_membership, TechnicalCommitteeMembership]
[pallet_multisig, Multisig]
[pallet_preimage, Preimage]
[pallet_proxy, Proxy]
[pallet_scheduler, Scheduler]
[pallet_session, SessionBench::<Runtime>]
[pallet_timestamp, Timestamp]
[pallet_treasury, Treasury]
[pallet_utility, Utility]
[pallet_ajuna_awesome_avatars, AwesomeAvatarsBench::<Runtime>]
[pallet_nfts, Nft]
);
Expand Down

0 comments on commit 25f3fc9

Please sign in to comment.