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 5442e7a928
commit 71ac3005ae
8 changed files with 246 additions and 245 deletions
+239 -238
View File
File diff suppressed because it is too large Load Diff
@@ -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',
]
@@ -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',
]
@@ -27,7 +27,7 @@ sp-io = { git = "https://github.com/paritytech/substrate", default-features = fa
[features]
default = ["std"]
runtime-benchmarks = ["frame-benchmarking"]
runtime-benchmarks = ["frame-benchmarking/runtime-benchmarks"]
std = [
"codec/std",
"scale-info/std",
@@ -133,7 +133,7 @@ runtime-benchmarks = [
'hex-literal',
"sp-runtime/runtime-benchmarks",
"xcm-builder/runtime-benchmarks",
"frame-benchmarking",
"frame-benchmarking/runtime-benchmarks",
"frame-system-benchmarking",
"frame-support/runtime-benchmarks",
"frame-system/runtime-benchmarks",
@@ -85,7 +85,7 @@ runtime-benchmarks = [
'hex-literal',
'sp-runtime/runtime-benchmarks',
'xcm-builder/runtime-benchmarks',
'frame-benchmarking',
'frame-benchmarking/runtime-benchmarks',
'frame-system-benchmarking',
'frame-support/runtime-benchmarks',
'frame-system/runtime-benchmarks',
@@ -86,7 +86,7 @@ runtime-benchmarks = [
'hex-literal',
'sp-runtime/runtime-benchmarks',
'xcm-builder/runtime-benchmarks',
'frame-benchmarking',
'frame-benchmarking/runtime-benchmarks',
'frame-system-benchmarking',
'frame-support/runtime-benchmarks',
'frame-system/runtime-benchmarks',
@@ -86,7 +86,7 @@ runtime-benchmarks = [
'hex-literal',
'sp-runtime/runtime-benchmarks',
'xcm-builder/runtime-benchmarks',
'frame-benchmarking',
'frame-benchmarking/runtime-benchmarks',
'frame-system-benchmarking',
'frame-support/runtime-benchmarks',
'frame-system/runtime-benchmarks',