mobench-macros 0.1.40

Procedural macros for mobench benchmarks with setup, teardown, and per-iteration support
Documentation
1
2
3
4
5
6
use mobench_macros::benchmark;

#[benchmark]
async fn async_work_is_not_a_benchmark() {}

fn main() {}