10 lines
115 B
Rust

use criterion::criterion_main;
pub mod main {
pub mod ui;
}
pub use main::*;
criterion_main!(ui::benches,);