From 380fcbc690ad31950eb3109074bca56251a796b3 Mon Sep 17 00:00:00 2001 From: xtqqczze <45661989+xtqqczze@users.noreply.github.com> Date: Sun, 26 Apr 2026 03:52:32 +0100 Subject: [PATCH] ci: target x86-64-v3 in benchmarks workflow --- .github/workflows/benchmarks.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index 0e5607e4ad2..96f2bd7b67e 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -23,6 +23,7 @@ jobs: runs-on: ubuntu-latest env: CARGO_INCREMENTAL: 0 + RUSTFLAGS: "-C target-cpu=x86-64-v3" strategy: matrix: type: [simulation, memory]