We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0403aa commit bd1086eCopy full SHA for bd1086e
.github/workflows/benchmarks.yml
@@ -84,8 +84,9 @@ jobs:
84
85
# Run the benchmark tests
86
- name: Run benchmarks
87
- uses: CodSpeedHQ/action@76578c2a7ddd928664caa737f0e962e3085d4e7c # v3.8.1
+ uses: CodSpeedHQ/action@6eeb021fd0f305388292348b775d96d95253adf4 # v4.0.0
88
with:
89
+ mode: "instrumentation"
90
# 'bash -el -c' is needed to use the custom shell.
91
# See https://github.com/CodSpeedHQ/action/issues/65.
92
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