mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-18 04:05:27 +00:00
8 lines
101 B
Rust
8 lines
101 B
Rust
use criterion::criterion_main;
|
|
|
|
mod benches;
|
|
|
|
criterion_main! {
|
|
benches::data::quartiles_group
|
|
}
|