rust/tests/coverage/bench.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
131 B
Rust
Raw Permalink Normal View History

#![feature(test)]
//@ edition: 2021
//@ compile-flags: --test
extern crate test;
#[bench]
fn my_bench(_b: &mut test::Bencher) {}