roc/crates/cli/benches/README.md

20 lines
234 B
Markdown

# Running the benchmarks
Install cargo criterion:
```sh
cargo install cargo-criterion
```
To prevent stack overflow on the `CFold` benchmark:
```sh
ulimit -s unlimited
```
In the `cli` folder execute:
```sh
cargo criterion
```