Skip to content

Commit

Permalink
Update benchmark CI configuration (awslabs#1063)
Browse files Browse the repository at this point in the history
* Update benchmark CI configuration

Signed-off-by: Burak Varlı <burakvar@amazon.co.uk>

* Enable comments for throughput benchmarks

Signed-off-by: Burak Varlı <burakvar@amazon.co.uk>

---------

Signed-off-by: Burak Varlı <burakvar@amazon.co.uk>
  • Loading branch information
unexge authored and rajdchak committed Oct 16, 2024
1 parent b776fe2 commit 6deae67
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
# Store the results and deploy GitHub pages automatically if the results are from main branch
auto-push: ${{ inputs.publish }}
comment-on-alert: true
comment-on-alert: false
max-items-in-chart: 20
skip-fetch-gh-pages: true

Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
# Store the results and deploy GitHub pages automatically if the results are from main branch
auto-push: ${{ inputs.publish }}
comment-on-alert: true
comment-on-alert: false
max-items-in-chart: 20

cache-bench:
Expand Down Expand Up @@ -203,7 +203,7 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
# Store the results and deploy GitHub pages automatically if the results are from main branch
auto-push: ${{ inputs.publish }}
comment-on-alert: true
comment-on-alert: false
max-items-in-chart: 20
- name: Check resource utilization
uses: benchmark-action/github-action-benchmark@v1
Expand All @@ -217,6 +217,6 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
# Store the results and deploy GitHub pages automatically if the results are from main branch
auto-push: ${{ inputs.publish }}
comment-on-alert: true
comment-on-alert: false
max-items-in-chart: 20
skip-fetch-gh-pages: true
4 changes: 2 additions & 2 deletions .github/workflows/bench_s3express.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
# Store the results and deploy GitHub pages automatically if the results are from main branch
auto-push: ${{ inputs.publish }}
comment-on-alert: true
comment-on-alert: false
max-items-in-chart: 20
skip-fetch-gh-pages: true

Expand Down Expand Up @@ -146,5 +146,5 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
# Store the results and deploy GitHub pages automatically if the results are from main branch
auto-push: ${{ inputs.publish }}
comment-on-alert: true
comment-on-alert: false
max-items-in-chart: 20

0 comments on commit 6deae67

Please sign in to comment.