Skip to content
This repository was archived by the owner on May 21, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
enable pallet-preimage benchmarks
  • Loading branch information
kalaninja committed Jun 13, 2023
commit 4fd2670efb7af995a2f1f1c815e3db6e6902ab35
2 changes: 2 additions & 0 deletions runtime/trappist/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ std = [
"pallet-dex-rpc-runtime-api/std",
"pallet-identity/std",
"pallet-lockdown-mode/std",
"pallet-preimage/std",
"pallet-multisig/std",
"pallet-randomness-collective-flip/std",
"pallet-scheduler/std",
Expand Down Expand Up @@ -192,6 +193,7 @@ runtime-benchmarks = [
"pallet-dex/runtime-benchmarks",
"pallet-identity/runtime-benchmarks",
"pallet-lockdown-mode/runtime-benchmarks",
"pallet-preimage/runtime-benchmarks",
"pallet-multisig/runtime-benchmarks",
"pallet-scheduler/runtime-benchmarks",
"pallet-timestamp/runtime-benchmarks",
Expand Down
1 change: 1 addition & 0 deletions runtime/trappist/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -715,6 +715,7 @@ mod benches {
[pallet_collective, Council]
[pallet_democracy, Democracy]
[pallet_lockdown_mode, LockdownMode]
[pallet_preimage, Preimage]
[pallet_treasury, Treasury]
[pallet_assets, Assets]
[pallet_dex, Dex]
Expand Down