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

* update frame-benchmarking/runtime-benchmarks

* Update Substrate

Co-authored-by: Bastian Köcher <info@kchr.de>
This commit is contained in:
zjb0807
2021-11-30 23:39:37 +08:00
committed by GitHub
parent 2243121401
commit a7843702a9
13 changed files with 176 additions and 176 deletions
+163 -163
View File
File diff suppressed because it is too large Load Diff
@@ -121,7 +121,7 @@ std = [
] ]
runtime-benchmarks = [ runtime-benchmarks = [
"bridge-runtime-common/runtime-benchmarks", "bridge-runtime-common/runtime-benchmarks",
"frame-benchmarking", "frame-benchmarking/runtime-benchmarks",
"frame-support/runtime-benchmarks", "frame-support/runtime-benchmarks",
"frame-system/runtime-benchmarks", "frame-system/runtime-benchmarks",
"libsecp256k1", "libsecp256k1",
@@ -43,6 +43,6 @@ std = [
"sp-std/std", "sp-std/std",
] ]
runtime-benchmarks = [ runtime-benchmarks = [
"frame-benchmarking", "frame-benchmarking/runtime-benchmarks",
"sp-std", "sp-std",
] ]
+1 -1
View File
@@ -44,6 +44,6 @@ std = [
"sp-std/std", "sp-std/std",
] ]
runtime-benchmarks = [ runtime-benchmarks = [
"frame-benchmarking", "frame-benchmarking/runtime-benchmarks",
"libsecp256k1", "libsecp256k1",
] ]
+1 -1
View File
@@ -57,5 +57,5 @@ std = [
] ]
runtime-benchmarks = [ runtime-benchmarks = [
"bp-test-utils", "bp-test-utils",
"frame-benchmarking", "frame-benchmarking/runtime-benchmarks",
] ]
+1 -1
View File
@@ -55,5 +55,5 @@ std = [
"sp-std/std", "sp-std/std",
] ]
runtime-benchmarks = [ runtime-benchmarks = [
"frame-benchmarking", "frame-benchmarking/runtime-benchmarks",
] ]
+1 -1
View File
@@ -102,7 +102,7 @@ std = [
runtime-benchmarks = [ runtime-benchmarks = [
"libsecp256k1/hmac", "libsecp256k1/hmac",
"libsecp256k1/static-context", "libsecp256k1/static-context",
"frame-benchmarking", "frame-benchmarking/runtime-benchmarks",
"frame-support/runtime-benchmarks", "frame-support/runtime-benchmarks",
"frame-system/runtime-benchmarks", "frame-system/runtime-benchmarks",
"runtime-parachains/runtime-benchmarks", "runtime-parachains/runtime-benchmarks",
+1 -1
View File
@@ -179,7 +179,7 @@ std = [
] ]
runtime-benchmarks = [ runtime-benchmarks = [
"runtime-common/runtime-benchmarks", "runtime-common/runtime-benchmarks",
"frame-benchmarking", "frame-benchmarking/runtime-benchmarks",
"frame-support/runtime-benchmarks", "frame-support/runtime-benchmarks",
"frame-system/runtime-benchmarks", "frame-system/runtime-benchmarks",
"sp-runtime/runtime-benchmarks", "sp-runtime/runtime-benchmarks",
+2 -2
View File
@@ -83,7 +83,7 @@ std = [
"log/std", "log/std",
] ]
runtime-benchmarks = [ runtime-benchmarks = [
"frame-benchmarking", "frame-benchmarking/runtime-benchmarks",
"frame-support/runtime-benchmarks", "frame-support/runtime-benchmarks",
"frame-system/runtime-benchmarks", "frame-system/runtime-benchmarks",
"primitives/runtime-benchmarks", "primitives/runtime-benchmarks",
@@ -96,4 +96,4 @@ try-runtime = [
"pallet-staking/try-runtime", "pallet-staking/try-runtime",
"pallet-timestamp/try-runtime", "pallet-timestamp/try-runtime",
"pallet-vesting/try-runtime", "pallet-vesting/try-runtime",
] ]
+1 -1
View File
@@ -170,7 +170,7 @@ std = [
] ]
runtime-benchmarks = [ runtime-benchmarks = [
"runtime-common/runtime-benchmarks", "runtime-common/runtime-benchmarks",
"frame-benchmarking", "frame-benchmarking/runtime-benchmarks",
"frame-support/runtime-benchmarks", "frame-support/runtime-benchmarks",
"frame-system/runtime-benchmarks", "frame-system/runtime-benchmarks",
"sp-runtime/runtime-benchmarks", "sp-runtime/runtime-benchmarks",
+1 -1
View File
@@ -176,7 +176,7 @@ runtime-benchmarks = [
"pallet-xcm/runtime-benchmarks", "pallet-xcm/runtime-benchmarks",
"xcm-builder/runtime-benchmarks", "xcm-builder/runtime-benchmarks",
"pallet-multisig/runtime-benchmarks", "pallet-multisig/runtime-benchmarks",
"frame-benchmarking", "frame-benchmarking/runtime-benchmarks",
"hex-literal", "hex-literal",
"runtime-parachains/runtime-benchmarks", "runtime-parachains/runtime-benchmarks",
] ]
+1 -1
View File
@@ -174,7 +174,7 @@ std = [
] ]
runtime-benchmarks = [ runtime-benchmarks = [
"runtime-common/runtime-benchmarks", "runtime-common/runtime-benchmarks",
"frame-benchmarking", "frame-benchmarking/runtime-benchmarks",
"frame-support/runtime-benchmarks", "frame-support/runtime-benchmarks",
"frame-system/runtime-benchmarks", "frame-system/runtime-benchmarks",
"sp-runtime/runtime-benchmarks", "sp-runtime/runtime-benchmarks",
+1 -1
View File
@@ -21,7 +21,7 @@ frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch =
[features] [features]
default = ["std"] default = ["std"]
runtime-benchmarks = [ runtime-benchmarks = [
"frame-benchmarking", "frame-benchmarking/runtime-benchmarks",
] ]
std = [ std = [
"parity-scale-codec/std", "parity-scale-codec/std",