Companion for #10324 - update frame-benchmarking/runtime-benchmarks (#802)

* update frame-benchmarking/runtime-benchmarks

* cargo update

* add more feature flags

Co-authored-by: Shawn Tabrizi <shawntabrizi@gmail.com>
This commit is contained in:
zjb0807
2021-12-01 04:47:09 +08:00
committed by GitHub
parent 5d70b15088
commit d246858d17
8 changed files with 246 additions and 245 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ pallet-aura = { git = 'https://github.com/paritytech/substrate', branch = "maste
[features]
default = ['std']
runtime-benchmarks = [
'frame-benchmarking',
'frame-benchmarking/runtime-benchmarks',
'frame-support/runtime-benchmarks',
'frame-system/runtime-benchmarks',
]
+1 -1
View File
@@ -23,7 +23,7 @@ pallet-session = { default-features = false, git = 'https://github.com/paritytec
[features]
default = ["std"]
runtime-benchmarks = [
'frame-benchmarking',
'frame-benchmarking/runtime-benchmarks',
'frame-support/runtime-benchmarks',
'frame-system/runtime-benchmarks',
]