Add runtime-benchmarks feature to test client and test service (#6566)

This commit is contained in:
Keith Yeung
2023-01-17 17:22:27 +09:00
committed by GitHub
parent 1a1bfd2af9
commit 9c5b161f08
2 changed files with 4 additions and 0 deletions
+3
View File
@@ -31,3 +31,6 @@ sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "
[dev-dependencies]
sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" }
futures = "0.3.21"
[features]
runtime-benchmarks=["polkadot-test-runtime/runtime-benchmarks"]
+1
View File
@@ -65,3 +65,4 @@ tokio = { version = "1.24.1", features = ["macros"] }
[features]
runtime-metrics=["polkadot-test-runtime/runtime-metrics"]
runtime-benchmarks=["polkadot-test-runtime/runtime-benchmarks"]