@@ -164,9 +164,23 @@ try-runtime = [
164164]
165165enable_treasury_proposals = []
166166runtime-benchmarks = [
167- " frame-system/runtime-benchmarks" ,
168- " frame-benchmarking/runtime-benchmarks" ,
169167 " baby-liminal-extension/runtime-benchmarks" ,
168+ " frame-benchmarking/runtime-benchmarks" ,
169+ " frame-support/runtime-benchmarks" ,
170+ " frame-system/runtime-benchmarks" ,
171+ " pallet-balances/runtime-benchmarks" ,
172+ " pallet-contracts/runtime-benchmarks" ,
170173 " pallet-feature-control/runtime-benchmarks" ,
174+ " pallet-identity/runtime-benchmarks" ,
175+ " pallet-multisig/runtime-benchmarks" ,
176+ " pallet-nomination-pools/runtime-benchmarks" ,
177+ " pallet-proxy/runtime-benchmarks" ,
178+ " pallet-scheduler/runtime-benchmarks" ,
179+ " pallet-staking/runtime-benchmarks" ,
180+ " pallet-sudo/runtime-benchmarks" ,
181+ " pallet-timestamp/runtime-benchmarks" ,
182+ " pallet-treasury/runtime-benchmarks" ,
183+ " pallet-utility/runtime-benchmarks" ,
184+ " pallet-vesting/runtime-benchmarks" ,
171185 " pallet-vk-storage/runtime-benchmarks" ,
172186]
0 commit comments