Skip to content

Commit

Permalink
Codspeed test
Browse files Browse the repository at this point in the history
  • Loading branch information
dewert99 committed Jan 6, 2024
1 parent 6485392 commit c33893b
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 @@ -12,6 +12,7 @@ on:
jobs:
benchmarks:
runs-on: ubuntu-latest
needs: [test, nits]
steps:
- uses: actions/checkout@v3

Expand All @@ -23,7 +24,7 @@ jobs:
bins: cargo-codspeed

- name: Build the benchmark target(s)
run: cargo codspeed build --features codspeed-criterion-compat
run: cargo +1.70 codspeed build --features codspeed-criterion-compat

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

0 comments on commit c33893b

Please sign in to comment.