Skip to content

Commit

Permalink
Merge pull request #426 from Ogeon/codspeed_v3
Browse files Browse the repository at this point in the history
Upgrade CodSpeeedHQ action to v3
  • Loading branch information
Ogeon authored Jan 7, 2025
2 parents 234309c + 7d58025 commit f509ebd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
pull_request:
paths:
- '**.rs'
- '.github/workflows/benchmark.yml'
# `workflow_dispatch` allows CodSpeed to trigger backtest
# performance analysis in order to generate initial data.
workflow_dispatch:
Expand All @@ -29,7 +30,7 @@ jobs:
- name: Build the benchmark target(s)
run: cargo codspeed build -p benchmarks --features all_features
- name: Run the benchmarks
uses: CodSpeedHQ/action@v2
uses: CodSpeedHQ/action@v3
with:
run: cargo codspeed run
token: ${{ secrets.CODSPEED_TOKEN }}

0 comments on commit f509ebd

Please sign in to comment.