Build benchmarks with CMAKE_BUILD_TYPE=Release
All checks were successful
Chaos CI / build-and-test (push) Successful in 57s
Chaos CI / build-and-benchmark (push) Successful in 1m14s

This commit is contained in:
hashlag
2026-01-25 17:48:57 +03:00
parent 478012dd10
commit d30d5f8a74

View File

@@ -47,7 +47,7 @@ jobs:
run: | run: |
mkdir build mkdir build
cd build cd build
cmake .. cmake .. -D CMAKE_BUILD_TYPE=Release
cmake --build . cmake --build .
- name: Run benchmarks - name: Run benchmarks