mirror of
https://github.com/roc-lang/roc.git
synced 2025-11-01 21:40:58 +00:00
| .. | ||
| benches | ||
| src | ||
| Cargo.toml | ||
| README.me | ||
| rust-toolchain.toml | ||
# 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
```