roc/cli/benches
2021-06-04 20:00:45 +02:00
..
events_bench.rs run benchmarks with input 2021-05-28 15:08:46 +02:00
README.md Run benchmarks for longer, added README to benchmarks 2021-06-04 20:00:45 +02:00
time_bench.rs Run benchmarks for longer, added README to benchmarks 2021-06-04 20:00:45 +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