feat: run bench in ci (#5610)

This commit is contained in:
pajlada
2024-09-29 14:38:05 +02:00
committed by GitHub
parent 0db477665c
commit 055f6741b8
3 changed files with 14 additions and 0 deletions
+6
View File
@@ -91,6 +91,12 @@ jobs:
ctest --repeat until-pass:4 --output-on-failure
working-directory: build-test
- name: Run benchmark
timeout-minutes: 2
run: |
./bin/chatterino-benchmark --benchmark_min_time=1x
working-directory: build-test
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.5.0
with: