# Benches This folder contains the benchmark code for the library. The benchmarks are written using the [`criterion`](https://github.com/bheisler/criterion.rs) crate. ## Running the benchmarks To run the benchmarks, you can use the following command: ```bash cargo bench ``` ## Benchmarks The available benchmarks are: * `number_spaces.rs` - Benchmarks the `number_spaces` module. * `model.rs` - Benchmarks the `model` module.