Skip to content

Commit

Permalink
Benchmark jobs fail if benchmarks fail but always post results (#798)
Browse files Browse the repository at this point in the history
  • Loading branch information
robert3005 authored Sep 12, 2024
1 parent d1ec381 commit a79eba3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/bench-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,11 @@ jobs:
version: v1.0.0

- name: Run benchmark
shell: bash
run: cargo bench --bench tpch_benchmark -- --output-format bencher | tee output.txt

- name: Store benchmark result
if: '!cancelled()'
uses: benchmark-action/github-action-benchmark@v1
with:
name: Vortex benchmarks
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,11 @@ jobs:
version: v1.0.0

- name: Run benchmark
shell: bash
run: cargo bench --bench tpch_benchmark -- --output-format bencher | tee output.txt

- name: Store benchmark result
if: '!cancelled()'
uses: benchmark-action/github-action-benchmark@v1
with:
name: Vortex benchmarks
Expand Down

0 comments on commit a79eba3

Please sign in to comment.