ITADN

Benchmarks with `Bencher` are not supported

#127Closedraldone01 创建于 2025-03-19
R
raldone01commented
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 条评论