Skip to content

Commit

Permalink
fix benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
Szegoo committed May 10, 2024
1 parent 9fa55cb commit a5b06e4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions runtime/regionx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ runtime-benchmarks = [
"pallet-proxy/runtime-benchmarks",
"pallet-preimage/runtime-benchmarks",
"pallet-regions/runtime-benchmarks",
"pallet-referenda/runtime-benchmarks",
"pallet-sudo/runtime-benchmarks",
"pallet-scheduler/runtime-benchmarks",
"pallet-treasury/runtime-benchmarks",
Expand Down Expand Up @@ -256,6 +257,7 @@ try-runtime = [
"pallet-proxy/try-runtime",
"pallet-preimage/try-runtime",
"pallet-regions/try-runtime",
"pallet-referenda/try-runtime",
"pallet-session/try-runtime",
"pallet-sudo/try-runtime",
"pallet-scheduler/try-runtime",
Expand Down
7 changes: 7 additions & 0 deletions runtime/regionx/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -825,6 +825,13 @@ mod benches {
[pallet_collator_selection, CollatorSelection]
[cumulus_pallet_xcmp_queue, XcmpQueue]
[pallet_regions, Regions]
[pallet_referenda, NativeReferenda]
[pallet_referenda, DelegatedReferenda]
[pallet_conviction_voting, NativeConvictionVoting]
[pallet_conviction_voting, DelegatedConvictionVoting]
[pallet_collective, GeneralCouncil]
[pallet_collective, TechnicalCommittee]
[pallet_whitelist, Whitelist]
);
}

Expand Down

0 comments on commit a5b06e4

Please sign in to comment.