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 95ea323 commit b24c1bcCopy full SHA for b24c1bc
.github/workflows/codspeed.yml
@@ -18,12 +18,12 @@ permissions:
18
jobs:
19
benchmarks:
20
name: Run benchmarks
21
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-latest
22
steps:
23
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6.0.0
24
- name: Build the benchmark target(s)
25
run: |
26
- cmake -DADA_TESTING=ON -DADA_BENCHMARKS=ON -DCODSPEED_MODE=simulation -G Ninja -B build
+ cmake -DADA_TESTING=OFF -DADA_DEVELOPMENT_CHECKS=OFF -DADA_BENCHMARKS=ON -DCODSPEED_MODE=simulation -G Ninja -B build
27
cmake --build build -j
28
env:
29
CXX: g++-12
0 commit comments