We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60c7422 commit b02554dCopy full SHA for b02554d
.github/workflows/ci.yml
@@ -114,11 +114,12 @@ jobs:
114
cargo codspeed build -p ${{ matrix.package }}
115
116
- name: Run the benchmarks
117
- uses: CodSpeedHQ/action@main
+ uses: CodSpeedHQ/action@chore/runner-branch
118
env:
119
MY_ENV_VAR: "YES"
120
CODSPEED_PERF_ENABLED: true
121
with:
122
+ runner-branch: cod-1355-perf-flamegraph-doesnt-match-benchmark
123
mode: walltime
124
run: cargo codspeed run
125
token: ${{ secrets.CODSPEED_TOKEN }}
0 commit comments