Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Companion for #10324 - update frame-benchmarking/runtime-benchmarks (#…
Browse files Browse the repository at this point in the history
…4387)

* update frame-benchmarking/runtime-benchmarks

* Update Substrate

Co-authored-by: Bastian Köcher <info@kchr.de>
  • Loading branch information
2 people authored and chevdor committed Jan 11, 2022
1 parent 94b1f8f commit 6010438
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion bridges/bin/rialto/runtime/Cargo.toml
Expand Up @@ -121,7 +121,7 @@ std = [
]
runtime-benchmarks = [
"bridge-runtime-common/runtime-benchmarks",
"frame-benchmarking",
"frame-benchmarking/runtime-benchmarks",
"frame-support/runtime-benchmarks",
"frame-system/runtime-benchmarks",
"libsecp256k1",
Expand Down
2 changes: 1 addition & 1 deletion bridges/modules/currency-exchange/Cargo.toml
Expand Up @@ -43,6 +43,6 @@ std = [
"sp-std/std",
]
runtime-benchmarks = [
"frame-benchmarking",
"frame-benchmarking/runtime-benchmarks",
"sp-std",
]
2 changes: 1 addition & 1 deletion bridges/modules/ethereum/Cargo.toml
Expand Up @@ -44,6 +44,6 @@ std = [
"sp-std/std",
]
runtime-benchmarks = [
"frame-benchmarking",
"frame-benchmarking/runtime-benchmarks",
"libsecp256k1",
]
2 changes: 1 addition & 1 deletion bridges/modules/grandpa/Cargo.toml
Expand Up @@ -57,5 +57,5 @@ std = [
]
runtime-benchmarks = [
"bp-test-utils",
"frame-benchmarking",
"frame-benchmarking/runtime-benchmarks",
]
2 changes: 1 addition & 1 deletion bridges/modules/messages/Cargo.toml
Expand Up @@ -55,5 +55,5 @@ std = [
"sp-std/std",
]
runtime-benchmarks = [
"frame-benchmarking",
"frame-benchmarking/runtime-benchmarks",
]
2 changes: 1 addition & 1 deletion runtime/common/Cargo.toml
Expand Up @@ -102,7 +102,7 @@ std = [
runtime-benchmarks = [
"libsecp256k1/hmac",
"libsecp256k1/static-context",
"frame-benchmarking",
"frame-benchmarking/runtime-benchmarks",
"frame-support/runtime-benchmarks",
"frame-system/runtime-benchmarks",
"runtime-parachains/runtime-benchmarks",
Expand Down
2 changes: 1 addition & 1 deletion runtime/kusama/Cargo.toml
Expand Up @@ -179,7 +179,7 @@ std = [
]
runtime-benchmarks = [
"runtime-common/runtime-benchmarks",
"frame-benchmarking",
"frame-benchmarking/runtime-benchmarks",
"frame-support/runtime-benchmarks",
"frame-system/runtime-benchmarks",
"sp-runtime/runtime-benchmarks",
Expand Down
2 changes: 1 addition & 1 deletion runtime/parachains/Cargo.toml
Expand Up @@ -84,7 +84,7 @@ std = [
"log/std",
]
runtime-benchmarks = [
"frame-benchmarking",
"frame-benchmarking/runtime-benchmarks",
"frame-support/runtime-benchmarks",
"frame-system/runtime-benchmarks",
"primitives/runtime-benchmarks",
Expand Down
2 changes: 1 addition & 1 deletion runtime/polkadot/Cargo.toml
Expand Up @@ -170,7 +170,7 @@ std = [
]
runtime-benchmarks = [
"runtime-common/runtime-benchmarks",
"frame-benchmarking",
"frame-benchmarking/runtime-benchmarks",
"frame-support/runtime-benchmarks",
"frame-system/runtime-benchmarks",
"sp-runtime/runtime-benchmarks",
Expand Down
2 changes: 1 addition & 1 deletion runtime/rococo/Cargo.toml
Expand Up @@ -176,7 +176,7 @@ runtime-benchmarks = [
"pallet-xcm/runtime-benchmarks",
"xcm-builder/runtime-benchmarks",
"pallet-multisig/runtime-benchmarks",
"frame-benchmarking",
"frame-benchmarking/runtime-benchmarks",
"hex-literal",
"runtime-parachains/runtime-benchmarks",
]
Expand Down
2 changes: 1 addition & 1 deletion runtime/westend/Cargo.toml
Expand Up @@ -174,7 +174,7 @@ std = [
]
runtime-benchmarks = [
"runtime-common/runtime-benchmarks",
"frame-benchmarking",
"frame-benchmarking/runtime-benchmarks",
"frame-support/runtime-benchmarks",
"frame-system/runtime-benchmarks",
"sp-runtime/runtime-benchmarks",
Expand Down
2 changes: 1 addition & 1 deletion xcm/xcm-executor/Cargo.toml
Expand Up @@ -21,7 +21,7 @@ frame-benchmarking = { git = "https://github.com/paritytech/substrate", default-
[features]
default = ["std"]
runtime-benchmarks = [
"frame-benchmarking",
"frame-benchmarking/runtime-benchmarks",
]
std = [
"parity-scale-codec/std",
Expand Down

0 comments on commit 6010438

Please sign in to comment.