Skip to content

Commit

Permalink
chore(ci): fail manual workflow if any benchmark failed
Browse files Browse the repository at this point in the history
  • Loading branch information
RomarQ committed Feb 22, 2024
1 parent 6743daa commit dc8e986
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/check-benchmarks.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Check Benchmarks
name: Check benchmarks

on:
workflow_dispatch:
Expand Down Expand Up @@ -60,6 +60,10 @@ jobs:
shell: bash
run: |
./scripts/run-benches-for-runtime.sh
if test -f "benchmarking_errors.txt"; then
cat benchmarking_errors.txt
false
fi
- name: Display sccache stats
shell: bash
run: ${SCCACHE_PATH} --show-stats

0 comments on commit dc8e986

Please sign in to comment.