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