roc/cli/benches
2021-07-20 14:10:35 +02:00
..
README.md Run benchmarks for longer, added README to benchmarks 2021-06-04 20:00:45 +02:00
time_bench.rs cleaned up benchmark script, now doing 200 runs per bench repeated 3 times to confirm 2021-07-20 14:10:35 +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