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