Skip to content

Commit f200e83

Browse files
ci: run walltime benchmarks in CI
1 parent b2bbac0 commit f200e83

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ jobs:
3535
run: examples/google_benchmark/build-instrumentation/benchmark_example
3636
token: ${{ secrets.CODSPEED_TOKEN }}
3737

38-
build-walltime:
39-
runs-on: ubuntu-latest
38+
walltime:
39+
runs-on: codspeed-macro
4040

4141
steps:
4242
- name: Checkout code
@@ -57,6 +57,13 @@ jobs:
5757
cmake -DCODSPEED_MODE=walltime ..
5858
make -j
5959
60+
- name: Run the benchmarks
61+
uses: CodSpeedHQ/action@main
62+
with:
63+
run: examples/google_benchmark/build-instrumentation/benchmark_example
64+
token: ${{ secrets.CODSPEED_TOKEN }}
65+
66+
6067
build-no-codspeed:
6168
runs-on: ubuntu-latest
6269

0 commit comments

Comments
 (0)