Cargo Features
[dependencies]
frame-benchmarking-cli = { version = "43.0.0", default-features = false, features = ["rocksdb", "runtime-benchmarks"] }
- default = rocksdb
-
The
rocksdb
feature is set by default wheneverframe-benchmarking-cli
is added without
somewhere in the dependency tree.default-features = false - 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.