mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-05 01:58:58 +03:00
.. | ||
benches | ||
src | ||
Cargo.toml | ||
README.me | ||
rust-toolchain |
# Running benchmarks Install cargo criterion: ``` cargo install --git https://github.com/Anton-4/cargo-criterion --branch main ``` Necessary to get cache misses...: ``` sudo sh -c 'echo 1 >/proc/sys/kernel/perf_event_paranoid' ``` run: ``` cargo criterion ```