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