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
zjb0807 and bkchr committed Nov 30, 2021
1 parent 656dd28 commit c1ef409
Show file tree
Hide file tree
Showing 13 changed files with 176 additions and 176 deletions.
326 changes: 163 additions & 163 deletions Cargo.lock

Large diffs are not rendered by default.

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
4 changes: 2 additions & 2 deletions runtime/parachains/Cargo.toml
Expand Up @@ -83,7 +83,7 @@ std = [
"log/std",
]
runtime-benchmarks = [
"frame-benchmarking",
"frame-benchmarking/runtime-benchmarks",
"frame-support/runtime-benchmarks",
"frame-system/runtime-benchmarks",
"primitives/runtime-benchmarks",
Expand All @@ -96,4 +96,4 @@ try-runtime = [
"pallet-staking/try-runtime",
"pallet-timestamp/try-runtime",
"pallet-vesting/try-runtime",
]
]
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", branch =
[features]
default = ["std"]
runtime-benchmarks = [
"frame-benchmarking",
"frame-benchmarking/runtime-benchmarks",
]
std = [
"parity-scale-codec/std",
Expand Down

0 comments on commit c1ef409

Please sign in to comment.