Macro orml_benchmarking::runtime_benchmarks_instance[][src]

macro_rules! runtime_benchmarks_instance {
    (
		{ $runtime:ident, $pallet:ident, $instance:ident }
		_ {
			$(
				let $common:ident in $common_from:tt .. $common_to:expr => $common_instancer:expr;
			)*
		}
		$( $rest:tt )*
	) => { ... };
}

Same as [benchmarks] but for instantiable module.