bench_function

Macro bench_function 

Source
macro_rules! bench_function {
    ($name:tt => $func:path; $($case:ident { args: $args:expr_2021, want: $(Ok($ok:expr_2021))? $(Err($err:expr_2021))? $(,)* })+) => { ... };
}