diff --git a/scripts/bench.sh b/scripts/bench.sh new file mode 100755 index 000000000..588a02a8d --- /dev/null +++ b/scripts/bench.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +RUSTFLAGS="-Awarnings -C target-cpu=native -C target-feature=+avx512f -C opt-level=2" cargo bench "$@"