roc/crates/cli/benches/README.md
2023-12-27 15:58:03 +01:00

13 lines
181 B
Markdown

# Running the benchmarks
If you're not using nix, install cargo criterion:
```sh
cargo install cargo-criterion
```
In the `crates/cli` folder execute:
```sh
cargo criterion
```