Macro rococo_runtime::list_benchmarks
source · macro_rules! list_benchmarks { ( $list:ident, $extra:ident ) => { ... }; }
Expand description
Calls list_benchmark
with all configs from define_benchmarks
and passes the first two parameters on.
Use as:
ⓘ
list_benchmarks!(list, extra);