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 dcb45c2 commit 33eaedbCopy full SHA for 33eaedb
.github/workflows/ci.yml
@@ -85,9 +85,8 @@ jobs:
85
- name: Run the benchmarks
86
uses: CodSpeedHQ/action@main
87
if: matrix.codspeed-mode != 'off'
88
- env:
89
- CODSPEED_PERF_ENABLED: true
90
with:
+ mode: ${{ matrix.codspeed-mode }}
91
run: examples/google_benchmark_cmake/build/benchmark_example
92
token: ${{ secrets.CODSPEED_TOKEN }}
93
@@ -124,9 +123,8 @@ jobs:
124
123
125
126
127
128
129
130
run: bazel run //examples/google_benchmark_bazel:my_benchmark --//core:codspeed_mode=${{ matrix.codspeed-mode }}
131
132
0 commit comments