summaryrefslogtreecommitdiff
path: root/support/texlab/benches/bench_main.rs
blob: a73dbc1aa9f92def76c6cc98a5e8bced34dfb871 (plain)
1
2
3
4
5
6
7
mod benchmarks;

use criterion::criterion_main;

criterion_main! {
    benchmarks::completion::benches
}