2024-01-21 01:18:48 +00:00
|
|
|
LL| |#![feature(test)]
|
|
|
|
LL| |// edition: 2021
|
|
|
|
LL| |// compile-flags: --test
|
|
|
|
LL| |
|
|
|
|
LL| |extern crate test;
|
|
|
|
LL| |
|
2024-01-21 00:26:28 +00:00
|
|
|
LL| |#[bench]
|
2024-01-21 01:18:48 +00:00
|
|
|
LL| 1|fn my_bench(_b: &mut test::Bencher) {}
|
|
|
|
|