mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-15 03:21:06 +00:00
Add runtime-benchmarks feature to test client and test service (#6566)
This commit is contained in:
@@ -31,3 +31,6 @@ sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "
|
|||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||||
futures = "0.3.21"
|
futures = "0.3.21"
|
||||||
|
|
||||||
|
[features]
|
||||||
|
runtime-benchmarks=["polkadot-test-runtime/runtime-benchmarks"]
|
||||||
|
|||||||
@@ -65,3 +65,4 @@ tokio = { version = "1.24.1", features = ["macros"] }
|
|||||||
|
|
||||||
[features]
|
[features]
|
||||||
runtime-metrics=["polkadot-test-runtime/runtime-metrics"]
|
runtime-metrics=["polkadot-test-runtime/runtime-metrics"]
|
||||||
|
runtime-benchmarks=["polkadot-test-runtime/runtime-benchmarks"]
|
||||||
|
|||||||
Reference in New Issue
Block a user