@@ -51,6 +51,8 @@ ethereum-primitives = { default-features = false, git = "https://github.com/darw
51
51
# darwinia runtime
52
52
darwinia-runtime-common = { default-features = false , path = " ../common" }
53
53
# substrate frame
54
+ frame-benchmarking = { optional =true , default-features = false , git = " https://github.com/darwinia-network/substrate.git" , tag = " darwinia-v0.11.2" }
55
+ frame-system-benchmarking = { optional =true , default-features = false , git = " https://github.com/darwinia-network/substrate.git" , tag = " darwinia-v0.11.2" }
54
56
frame-executive = { default-features = false , git = " https://github.com/darwinia-network/substrate.git" , tag = " darwinia-v0.11.2" }
55
57
frame-support = { default-features = false , git = " https://github.com/darwinia-network/substrate.git" , tag = " darwinia-v0.11.2" }
56
58
frame-system = { default-features = false , git = " https://github.com/darwinia-network/substrate.git" , tag = " darwinia-v0.11.2" }
@@ -193,3 +195,12 @@ try-runtime = [
193
195
on-chain-release-build = [
194
196
" sp-api/disable-logging" ,
195
197
]
198
+
199
+ runtime-benchmarks = [
200
+ " frame-benchmarking" ,
201
+ " frame-system-benchmarking" ,
202
+ " frame-system/runtime-benchmarks" ,
203
+ " frame-support/runtime-benchmarks" ,
204
+ " pallet-collective/runtime-benchmarks" ,
205
+ " pallet-society/runtime-benchmarks" ,
206
+ ]
0 commit comments