Skip to content

Commit b24c1bc

Browse files
committed
update ubuntu version, actions/checkout, and add -DADA_DEVELOPMENT_CHECKS=OFF
1 parent 95ea323 commit b24c1bc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/codspeed.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ permissions:
1818
jobs:
1919
benchmarks:
2020
name: Run benchmarks
21-
runs-on: ubuntu-22.04
21+
runs-on: ubuntu-latest
2222
steps:
23-
- uses: actions/checkout@v5
23+
- uses: actions/checkout@v6.0.0
2424
- name: Build the benchmark target(s)
2525
run: |
26-
cmake -DADA_TESTING=ON -DADA_BENCHMARKS=ON -DCODSPEED_MODE=simulation -G Ninja -B build
26+
cmake -DADA_TESTING=OFF -DADA_DEVELOPMENT_CHECKS=OFF -DADA_BENCHMARKS=ON -DCODSPEED_MODE=simulation -G Ninja -B build
2727
cmake --build build -j
2828
env:
2929
CXX: g++-12

0 commit comments

Comments
 (0)