Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
coverage
/
bench.coverage
blob: aed780a959cf5646712c04e9cf00b7177a9e2664 [
file
] [
log
] [
blame
] [
edit
]
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
)
{}