diff --git a/polkadot/node/test/service/Cargo.toml b/polkadot/node/test/service/Cargo.toml index 92a707bd9fca987fb473c61432165c65e979c7c6..590d4056d8c779e37eee54338aaa6721eb2c388a 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", +]