summaryrefslogtreecommitdiffstats
path: root/vendor/plotters/benches/main.rs
blob: f1975f5f0a9f322d4cd9de660a14d835c3548772 (plain)
1
2
3
4
5
6
7
use criterion::criterion_main;

mod benches;

criterion_main! {
    benches::data::quartiles_group
}