Skip to content

Commit

Permalink
Run TPC-H SF10 during PR benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
gruuya committed Mar 27, 2024
1 parent 56c735c commit 99f1ea6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pr_benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ jobs:
cd benchmarks
mkdir data
# Setup the TPC-H data set with a scale factor of 10
# Setup the TPC-H data sets for scale factors 1 and 10
./bench.sh data tpch
./bench.sh data tpch10
- name: Generate unique result names
run: |
Expand All @@ -44,6 +45,7 @@ jobs:
cd benchmarks
./bench.sh run tpch
./bench.sh run tpch10
# For some reason this step doesn't seem to propagate the env var down into the script
if [ -d "results/HEAD" ]; then
Expand All @@ -64,6 +66,7 @@ jobs:
cd benchmarks
./bench.sh run tpch
./bench.sh run tpch10
echo ${{ github.event.issue.number }} > pr
Expand Down

0 comments on commit 99f1ea6

Please sign in to comment.