mobench-macros 0.1.40

Procedural macros for mobench benchmarks with setup, teardown, and per-iteration support
Documentation
1
2
3
4
5
#[test]
fn benchmark_macro_rejects_async_functions() {
    let t = trybuild::TestCases::new();
    t.compile_fail("tests/ui/async_benchmark.rs");
}