Skip to content

Commit

Permalink
?????????
Browse files Browse the repository at this point in the history
  • Loading branch information
alion02 committed Dec 6, 2024
1 parent 6700d94 commit eeeaa43
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/codspeed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
benchmarks:
name: Run benchmarks
runs-on: ubuntu-latest
env:
RUSTFLAGS: '-Ctarget-cpu=native'
steps:
- uses: actions/checkout@v4

Expand All @@ -25,7 +27,6 @@ jobs:

- name: Build the benchmark target(s)
run: cargo codspeed build
env: RUSTFLAGS: '-Ctarget-cpu=native'

- name: Run the benchmarks
uses: CodSpeedHQ/action@v3
Expand Down

0 comments on commit eeeaa43

Please sign in to comment.