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
@@ -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",