Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hdevalence/d118f270ac1177fd0c357640433ab8aa to your computer and use it in GitHub Desktop.
Save hdevalence/d118f270ac1177fd0c357640433ab8aa to your computer and use it in GitHub Desktop.
dalek avx2 benchmark commands
git clone https://github.com/dalek-cryptography/curve25519-dalek.git
cd curve25519-dalek
git checkout 0.18.0
echo "nightly-2018-06-19" > rust-toolchain
export RUSTFLAGS="-C target_cpu=znver1"
cargo bench --features "nightly u64_backend" "aA+bB"
cargo bench --features "nightly avx2_backend" "aA+bB"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment