summary refs log tree commit diff
path: root/tests/coverage/bench.rs
blob: 2dcd7355b2f79cfd9a8a591faa8182e53e98ee04 (plain)
1
2
3
4
5
6
7
8
#![feature(test)]
// edition: 2021
// compile-flags: --test

extern crate test;

#[bench]
fn my_bench(_b: &mut test::Bencher) {}