diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 5a04b0a..44f034c 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -45,6 +45,8 @@ jobs: - name: Build benchmark run: cargo codspeed build --features codspeed + env: + RUSTFLAGS: '-C target-cpu=native' - name: Run benchmark uses: CodSpeedHQ/action@v4