mod collections; mod math; mod sort; use criterion::criterion_main; criterion_main!(sort::sort, collections::collections, math::math);