diff --git a/runtime/common/Cargo.toml b/runtime/common/Cargo.toml index ea714b43bf..f93b7750a2 100644 --- a/runtime/common/Cargo.toml +++ b/runtime/common/Cargo.toml @@ -99,6 +99,7 @@ runtime-benchmarks = [ "pallet-teebag/runtime-benchmarks", "frame-system/runtime-benchmarks", "frame-support/runtime-benchmarks", + "cumulus-pallet-parachain-system/runtime-benchmarks", ] try-runtime = [ diff --git a/runtime/litentry/Cargo.toml b/runtime/litentry/Cargo.toml index 046896b20f..878631f1f1 100644 --- a/runtime/litentry/Cargo.toml +++ b/runtime/litentry/Cargo.toml @@ -166,6 +166,7 @@ runtime-benchmarks = [ "pallet-bridge/runtime-benchmarks", "pallet-bridge-transfer/runtime-benchmarks", "pallet-extrinsic-filter/runtime-benchmarks", + "cumulus-pallet-parachain-system/runtime-benchmarks", "cumulus-pallet-xcmp-queue/runtime-benchmarks", "pallet-score-staking/runtime-benchmarks", ] diff --git a/runtime/rococo/Cargo.toml b/runtime/rococo/Cargo.toml index f63e5a0252..8ce8ec4724 100644 --- a/runtime/rococo/Cargo.toml +++ b/runtime/rococo/Cargo.toml @@ -164,6 +164,7 @@ runtime-benchmarks = [ "pallet-bridge/runtime-benchmarks", "pallet-bridge-transfer/runtime-benchmarks", "pallet-extrinsic-filter/runtime-benchmarks", + "cumulus-pallet-parachain-system/runtime-benchmarks", "cumulus-pallet-xcmp-queue/runtime-benchmarks", "pallet-group/runtime-benchmarks", "pallet-identity-management/runtime-benchmarks",