Cargo Features
[dependencies]
pallet-offences-benchmarking = { version = "38.0.0", default-features = false, features = ["std", "runtime-benchmarks"] }
- default = std
-
The
std
feature is set by default wheneverpallet-offences-benchmarking
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of parity-scale-codec, frame-benchmarking, frame-election-provider-support, frame-support, frame-system, log, pallet-babe, pallet-balances, pallet-grandpa, pallet-im-online, pallet-offences, pallet-session, pallet-staking, scale-info, sp-runtime, and sp-staking
- runtime-benchmarks
-
Enables runtime-benchmarks of frame-benchmarking, frame-election-provider-support, frame-support, frame-system, pallet-babe, pallet-balances, pallet-grandpa, pallet-im-online, pallet-offences, pallet-staking, sp-runtime, and sp-staking
Affects
pallet-offences-benchmarking::inner
…