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 53ffd35 commit d345f59Copy full SHA for d345f59
.github/workflows/ci.yml
@@ -35,8 +35,8 @@ jobs:
35
run: examples/google_benchmark/build-instrumentation/benchmark_example
36
token: ${{ secrets.CODSPEED_TOKEN }}
37
38
- build-walltime:
39
- runs-on: ubuntu-latest
+ walltime:
+ runs-on: codspeed-macro
40
41
steps:
42
- name: Checkout code
@@ -57,6 +57,13 @@ jobs:
57
cmake -DCODSPEED_MODE=walltime ..
58
make -j
59
60
+ - name: Run the benchmarks
61
+ uses: CodSpeedHQ/action@main
62
+ with:
63
+ run: examples/google_benchmark/build-walltime/benchmark_example
64
+ token: ${{ secrets.CODSPEED_TOKEN }}
65
+
66
67
build-no-codspeed:
68
runs-on: ubuntu-latest
69
0 commit comments