roc/nightly_benches/README.me

14 lines
344 B
Plaintext
Raw Normal View History

2021-06-11 16:38:31 +03:00
# Running benchmarks
2022-01-18 20:11:13 +03:00
Install cargo criterion:
2021-06-11 16:38:31 +03:00
```
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'
```
2022-01-18 20:11:13 +03:00
run:
2021-06-11 16:38:31 +03:00
```
cargo criterion
```