referrerpolicy=no-referrer-when-downgrade
frame_support_procedural

Attribute Macro block

Source
#[block]
Expand description

An attribute macro used to specify that a block should be the measured portion of the enclosing benchmark function, This attribute is also used as a boundary designating where the benchmark setup code ends, and the benchmark verification code begins.

See frame_benchmarking::v2 for more info.