mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +00:00
13 lines
181 B
Markdown
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
|
|
```
|