diff --git a/polkadot/node/test/service/Cargo.toml b/polkadot/node/test/service/Cargo.toml index 92a707bd9f..590d4056d8 100644 --- a/polkadot/node/test/service/Cargo.toml +++ b/polkadot/node/test/service/Cargo.toml @@ -64,4 +64,7 @@ tokio = { version = "1.24.2", features = ["macros"] } [features] runtime-metrics=["polkadot-test-runtime/runtime-metrics"] -runtime-benchmarks=["polkadot-test-runtime/runtime-benchmarks"] +runtime-benchmarks=[ + "polkadot-test-runtime/runtime-benchmarks", + "polkadot-service/runtime-benchmarks", +]