Cargo Features
[dependencies]
fabric-benchmarking-cli = { version = "2.0.1", default-features = false, features = ["db"] }
- default = db
-
The
dbfeature is set by default wheneverfabric-benchmarking-cliis added withoutsomewhere in the dependency tree.default-features = false - db default
-
Enables with-tetsy-db and with-tetsy-kvdb-rocksdb of tc-client-db
fabric-benchmarking-cli has 2 features without comments.