Benchmarks with `Bencher` are not supported
In nightly it is possible to add benchmarks that take a `Bencher` as an argument.
The serial proc macro does not support this though.
```rust
#![feature(test)]
#[bench]
#[serial]
fn benchmark_with_bencher(bench: &mut Bencher) {}
```
关闭于 2025-03-20 2 条评论