mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 23:31:12 +00:00
17 lines
No EOL
224 B
Markdown
17 lines
No EOL
224 B
Markdown
|
|
# Running the benchmarks
|
|
|
|
Install cargo criterion:
|
|
```
|
|
cargo install cargo-criterion
|
|
```
|
|
|
|
To prevent stack overflow on the `CFold` benchmark:
|
|
```
|
|
ulimit -s unlimited
|
|
```
|
|
|
|
In the `cli` folder execute:
|
|
```
|
|
cargo criterion
|
|
``` |