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

Commit 24ffd0b

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

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/tpch.yaml

+4-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
push:
66
branches:
77
- main
8+
- continuos-bench-attempt
89

910
permissions:
1011
# deployments permission to deploy GitHub pages website
@@ -37,7 +38,7 @@ jobs:
3738
tool: "cargo"
3839
output-file-path: output.txt
3940
gh-pages-branch: gh-pages
40-
github-token: ${{ secrets.GITHUB_TOKEN }}
41+
github-token: ${{ secrets.BENCHMARK_ACTION_BOT_TOKEN }}
4142
# Automatically push the results to the GitHub pages branch.
4243
auto-push: true
4344
# Show alert with commit comment on detecting possible performance regression.
@@ -46,3 +47,5 @@ jobs:
4647
comment-on-alert: true
4748
fail-on-alert: true
4849
alert-comment-cc-users: "@connortsui20"
50+
# Push to dedicated benchmark result repository.
51+
gh-repository: "https://github.com/cmu-db/optd-benchmark"

0 commit comments

Comments
 (0)