roc/cli/benches
2021-06-11 14:24:46 +02:00
..
README.md Run benchmarks for longer, added README to benchmarks 2021-06-04 20:00:45 +02:00
time_bench.rs can't read CPU temp in a VM, increased bench runs 2021-06-11 14:24:46 +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