[][src]Macro orml_benchmarking::impl_benchmark

macro_rules! impl_benchmark {
    (
		NO_INSTANCE $runtime:ident $pallet:ident $( $name:ident ),*
	) => { ... };
    (
		$instance:ident $runtime:ident $pallet:ident $( $name:ident ),*
	) => { ... };
}