rust/tests/coverage/bench.coverage

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

10 lines
244 B
Plaintext
Raw Permalink Normal View History

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