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 d514a10 commit cecd98fCopy full SHA for cecd98f
.github/workflows/codspeed.yml
@@ -26,7 +26,7 @@ jobs:
26
cmake -DADA_TESTING=OFF -DADA_DEVELOPMENT_CHECKS=OFF -DADA_USE_UNSAFE_STD_REGEX_PROVIDER=ON -DADA_BENCHMARKS=ON -DCODSPEED_MODE=simulation -G Ninja -B build
27
cmake --build build -j
28
env:
29
- CXX: clang++-15
+ CXX: clang++-14
30
- name: Run the benchmarks
31
uses: CodSpeedHQ/action@v4
32
with:
0 commit comments