mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 07:41:12 +00:00
.. | ||
events_bench.rs | ||
README.md | ||
time_bench.rs |
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