roc/nightly_benches
2023-03-06 19:49:30 -08:00
..
benches Remove unnecessary -> () function return types 2022-05-18 08:29:40 -04:00
src final touches 2021-06-11 15:38:31 +02:00
Cargo.toml update another toml to use workspace variables 2023-03-06 19:49:30 -08:00
README.me Remove accidental trailing spaces 2022-01-18 22:25:46 -07: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
        ```