referrerpolicy=no-referrer-when-downgrade
frame_support_procedural

Attribute Macro extrinsic_call

Source
#[extrinsic_call]
Expand description

An attribute macro used to specify the extrinsic call inside a benchmark function, and 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.