From 6c233c2f950b4480e320a8b2c96d3ff24d25300f Mon Sep 17 00:00:00 2001 From: Andrew Milson Date: Thu, 2 May 2024 22:31:03 -0400 Subject: [PATCH] Change in benchmarks script --- scripts/bench.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/bench.sh b/scripts/bench.sh index 669564b42..416cfb36d 100755 --- a/scripts/bench.sh +++ b/scripts/bench.sh @@ -2,4 +2,4 @@ # Can be used as a drop in replacement for `cargo bench`. # For example, `./scripts/bench.sh` will run all benchmarks. # or `./scripts/bench.sh M31` will run only the M31 benchmarks. -RUSTFLAGS="-Awarnings -C target-cpu=native -C target-feature=+avx512f -C opt-level=2" cargo bench $@ +RUSTFLAGS="-Awarnings -C target-cpu=native -C target-feature=+avx512f -C opt-level=3" cargo bench $@