Skip to content
This repository was archived by the owner on Jan 7, 2025. It is now read-only.

Commit f85e0a5

Browse files
committed
push to the dedicated benchmark results repository
1 parent 2b2963d commit f85e0a5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/tpch.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
tool: "cargo"
3838
output-file-path: output.txt
3939
gh-pages-branch: gh-pages
40-
github-token: ${{ secrets.GITHUB_TOKEN }}
40+
github-token: ${{ secrets.BENCHMARK_ACTION_BOT_TOKEN }}
4141
# Automatically push the results to the GitHub pages branch.
4242
auto-push: true
4343
# Show alert with commit comment on detecting possible performance regression.
@@ -46,3 +46,5 @@ jobs:
4646
comment-on-alert: true
4747
fail-on-alert: true
4848
alert-comment-cc-users: "@connortsui20"
49+
# Push to dedicated benchmark result repository.
50+
gh-repository: "https://github.com/cmu-db/optd-benchmark"

0 commit comments

Comments
 (0)