Skip to content

Commit

Permalink
add missing pallets in define_benchmarks macro
Browse files Browse the repository at this point in the history
  • Loading branch information
Agusrodri committed Sep 6, 2023
1 parent e927ffc commit d0b37a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions runtime/dancebox/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -923,10 +923,12 @@ construct_runtime!(
#[cfg(feature = "runtime-benchmarks")]
mod benches {
frame_benchmarking::define_benchmarks!(
[frame_system, frame_system_benchmarking::Pallet::<Runtime>]
[pallet_author_noting, AuthorNoting]
[pallet_configuration, Configuration]
[pallet_registrar, Registrar]
[pallet_invulnerables, Invulnerables]
[pallet_pooled_staking, PooledStaking]
[pallet_xcm_benchmarks::generic, pallet_xcm_benchmarks::generic::Pallet::<Runtime>]
);
}
Expand Down

0 comments on commit d0b37a0

Please sign in to comment.