roc/nightly_benches
2021-06-11 15:38:31 +02:00
..
benches final touches 2021-06-11 15:38:31 +02:00
src final touches 2021-06-11 15:38:31 +02:00
Cargo.toml Put nightly benches in separate crate so they don't have to be commented out. 2021-06-08 20:15:13 +02:00
README.me final touches 2021-06-11 15:38:31 +02:00
rust-toolchain Put nightly benches in separate crate so they don't have to be commented out. 2021-06-08 20:15:13 +02:00

# 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
        ```