Attribute Macro frame_support_procedural::benchmarks
source ยท #[benchmarks]
Expand description
An attribute macro that can be attached to a (non-empty) module declaration. Doing so will designate that module as a benchmarking module.
See frame_benchmarking::v2
for more info.