mirror of
https://git.proxmox.com/git/rustc
synced 2026-03-28 00:20:46 +00:00
8 lines
101 B
Rust
8 lines
101 B
Rust
use criterion::criterion_main;
|
|
|
|
mod benches;
|
|
|
|
criterion_main! {
|
|
benches::data::quartiles_group
|
|
}
|