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 0565866 commit 8f962dfCopy full SHA for 8f962df
.github/workflows/ci.yml
@@ -87,6 +87,7 @@ jobs:
87
MY_ENV_VAR: "YES"
88
with:
89
run: cargo codspeed run
90
+ mode: instrumentation
91
token: ${{ secrets.CODSPEED_TOKEN }}
92
93
compat-integration-test-walltime:
@@ -116,9 +117,9 @@ jobs:
116
117
uses: CodSpeedHQ/action@main
118
env:
119
- CODSPEED_PERF_ENABLED: true
120
121
122
+ mode: walltime
123
124
125
check:
0 commit comments