#[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.