Cargo Features

[dependencies]
frame-benchmarking-cli = { version = "36.0.0", default-features = false, features = ["rocksdb", "runtime-benchmarks"] }
default = rocksdb

The rocksdb feature is set by default whenever frame-benchmarking-cli is added without default-features = false somewhere in the dependency tree.

rocksdb default

Enables rocksdb of sc-cli and sc-client-db

runtime-benchmarks

Enables runtime-benchmarks of frame-benchmarking, frame-support, frame-system, sc-client-db, sc-service, and sp-runtime

frame-benchmarking-cli has 3 features without comments.