diff --git a/.github/workflows/codspeed.yml b/.github/workflows/codspeed.yml index c0f7805..19d11b7 100644 --- a/.github/workflows/codspeed.yml +++ b/.github/workflows/codspeed.yml @@ -13,6 +13,8 @@ jobs: benchmarks: name: Run benchmarks runs-on: ubuntu-latest + env: + RUSTFLAGS: '-Ctarget-cpu=x86-64-v3' steps: - uses: actions/checkout@v4