Skip to content

Commit

Permalink
chore: bump runner version to 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and adriencaccia committed Jul 26, 2024
1 parent a58b84c commit 166e62d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .codspeed-runner-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.4.3
2.5.0
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to <a href="https://semver.org/spec/v2.0.0.html">Semant

## [Unreleased]

- chore(ci): run ci on every pull request, see https://github.com/CodSpeedHQ/runner/pull/23
- feat/add codspeed cli, see https://github.com/CodSpeedHQ/runner/pull/36
- feat: bump rust toolchain, see https://github.com/CodSpeedHQ/runner/pull/37

## [2.4.3] - 2024-07-12

- chore: add error chain debug, see https://github.com/CodSpeedHQ/runner/pull/34
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,4 @@ runs:
fi
# Run the benchmarks
codspeed-runner $RUNNER_ARGS -- '${{ inputs.run }}'
codspeed run $RUNNER_ARGS -- '${{ inputs.run }}'

0 comments on commit 166e62d

Please sign in to comment.