Skip to content

Commit

Permalink
rename benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
connortsui20 committed Dec 20, 2024
1 parent f3ff5bc commit 1a5261f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tpch.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Rust TPC-H Benchmarks

# Do not run this workflow on pull request since this workflow has permission to modify contents.
# Do NOT run this workflow on pull request since this workflow has permission to modify contents.
on:
push:
branches:
Expand Down Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Store benchmark result
uses: benchmark-action/github-action-benchmark@v1
with:
name: Rust Benchmark
name: TPC-H Planning and Execution Benchmark
tool: "cargo"
output-file-path: output.txt
gh-pages-branch: gh-pages
Expand All @@ -48,4 +48,4 @@ jobs:
fail-on-alert: true
alert-comment-cc-users: "@connortsui20"
# Push to dedicated benchmark result repository.
gh-repository: "github.com/cmu-db/optd-benchmark"
# gh-repository: "github.com/cmu-db/optd-benchmark" # TODO NOT WORKING

0 comments on commit 1a5261f

Please sign in to comment.