Skip to content

Commit

Permalink
chore(ci): only show last 50 master cpp benches (#8075)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludamad authored Aug 19, 2024
1 parent 05efe23 commit 96f35bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -577,6 +577,7 @@ jobs:
# https://aztecprotocol.github.io/aztec-packages/dev/bench/ with new benchmark data.
# This also creates an alert if benchmarks exceed the threshold specified below.
- name: Store benchmark result
if: ${{ github.ref == 'refs/heads/master' }}
uses: benchmark-action/github-action-benchmark@4de1bed97a47495fc4c5404952da0499e31f5c29
with:
name: C++ Benchmark
Expand All @@ -591,6 +592,7 @@ jobs:
comment-on-alert: true
fail-on-alert: false
alert-comment-cc-users: "@ludamad @codygunton"
max-items-in-chart: 50

boxes:
needs: build
Expand Down

0 comments on commit 96f35bc

Please sign in to comment.