Skip to content

Commit

Permalink
Use TPC-H SF 10 in CI benches
Browse files Browse the repository at this point in the history
  • Loading branch information
gruuya committed Mar 15, 2024
1 parent d2cf6b6 commit df3b9e4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pr_benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
mkdir data
# Setup the TPC-H data set with a scale factor of 10
./bench.sh data tpch
./bench.sh data tpch10
# Generate a unique-ish identifiers for the results
echo "HEAD_LONG_SHA=$(git log -1 --format='%H')" >> "$GITHUB_ENV"
Expand All @@ -40,7 +40,7 @@ jobs:
run: |
cd benchmarks
./bench.sh run tpch
./bench.sh run tpch10
- name: Checkout base commit
uses: actions/checkout@v4
Expand All @@ -54,7 +54,7 @@ jobs:
run: |
cd benchmarks
./bench.sh run tpch
./bench.sh run tpch10
echo ${{ github.event.issue.number }} > pr
Expand Down Expand Up @@ -84,4 +84,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: pr
path: benchmarks/pr
path: benchmarks/pr
2 changes: 1 addition & 1 deletion .github/workflows/pr_comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ jobs:
owner: context.repo.owner,
repo: context.repo.repo,
body: content,
})
})

0 comments on commit df3b9e4

Please sign in to comment.