roc/crates/cli/benches
2022-09-09 01:12:31 -06:00
..
README.md Add language to all fenced code blocks 2022-09-09 01:12:31 -06:00
time_bench.rs moved all crates into seperate folder + related path fixes 2022-07-01 17:37:43 +02:00

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