Cargo Features
[dependencies]
frame-system-benchmarking = { version = "38.0.0", default-features = false, features = ["std", "runtime-benchmarks"] }
- default = std
-
The
std
feature is set by default wheneverframe-system-benchmarking
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of parity-scale-codec, frame-benchmarking, frame-support, frame-system, scale-info, sp-core, and sp-runtime
- runtime-benchmarks
-
Enables runtime-benchmarks of frame-benchmarking, frame-support, frame-system, and sp-runtime
Affects
frame-system-benchmarking::inner
…