roc/cli/benches
2021-10-05 16:53:18 +02:00
..
README.md Run benchmarks for longer, added README to benchmarks 2021-06-04 20:00:45 +02:00
time_bench.rs Merge branch 'trunk' of github.com:rtfeldman/roc into editor_sound 2021-10-05 16:53:18 +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