Skip to content

Commit bd1086e

Browse files
Build(deps): Bump CodSpeedHQ/action from 3.8.1 to 4.0.0 (#4077)
* Build(deps): Bump CodSpeedHQ/action from 3.8.1 to 4.0.0 Bumps [CodSpeedHQ/action](https://github.com/codspeedhq/action) from 3.8.1 to 4.0.0. - [Release notes](https://github.com/codspeedhq/action/releases) - [Changelog](https://github.com/CodSpeedHQ/action/blob/main/CHANGELOG.md) - [Commits](CodSpeedHQ/action@76578c2...6eeb021) --- updated-dependencies: - dependency-name: CodSpeedHQ/action dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Set explicit mode as 'instrumentation' Xref https://codspeed.io/docs/instruments --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Wei Ji <[email protected]>
1 parent c0403aa commit bd1086e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/benchmarks.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,9 @@ jobs:
8484

8585
# Run the benchmark tests
8686
- name: Run benchmarks
87-
uses: CodSpeedHQ/action@76578c2a7ddd928664caa737f0e962e3085d4e7c # v3.8.1
87+
uses: CodSpeedHQ/action@6eeb021fd0f305388292348b775d96d95253adf4 # v4.0.0
8888
with:
89+
mode: "instrumentation"
8990
# 'bash -el -c' is needed to use the custom shell.
9091
# See https://github.com/CodSpeedHQ/action/issues/65.
9192
run: bash -el -c "python -c \"import pygmt; pygmt.show_versions()\"; PYGMT_USE_EXTERNAL_DISPLAY=false python -m pytest -r P --pyargs pygmt --codspeed --override-ini addopts='--verbose'"

0 commit comments

Comments
 (0)