Skip to content

Commit

Permalink
push to the dedicated benchmark results repository
Browse files Browse the repository at this point in the history
  • Loading branch information
connortsui20 committed Dec 18, 2024
1 parent 2b2963d commit 24ffd0b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tpch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
push:
branches:
- main
- continuos-bench-attempt

permissions:
# deployments permission to deploy GitHub pages website
Expand Down Expand Up @@ -37,7 +38,7 @@ jobs:
tool: "cargo"
output-file-path: output.txt
gh-pages-branch: gh-pages
github-token: ${{ secrets.GITHUB_TOKEN }}
github-token: ${{ secrets.BENCHMARK_ACTION_BOT_TOKEN }}
# Automatically push the results to the GitHub pages branch.
auto-push: true
# Show alert with commit comment on detecting possible performance regression.
Expand All @@ -46,3 +47,5 @@ jobs:
comment-on-alert: true
fail-on-alert: true
alert-comment-cc-users: "@connortsui20"
# Push to dedicated benchmark result repository.
gh-repository: "https://github.com/cmu-db/optd-benchmark"

0 comments on commit 24ffd0b

Please sign in to comment.