Skip to content

Commit

Permalink
Enable 10k
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikmakait committed Apr 25, 2024
1 parent e5624ba commit c5a1573
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/tpch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ on:
scale:
description: 'Scale Factor'
required: true
default: 1000
default: 10000
type: choice
options:
- 10000
- 1000
- 100
- 10
Expand All @@ -33,11 +34,6 @@ on:
default: true
type: boolean

concurrency:
# Only allow a single run at a time to rate limiting
group: tpch
cancel-in-progress: true

defaults:
# Required shell entrypoint to have properly activated conda environments
run:
Expand All @@ -47,7 +43,7 @@ jobs:
tpch:
name: TPC-H
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -82,12 +78,12 @@ jobs:
if: ${{ inputs.duckdb }}
run: |
echo PYTEST_BENCHMARKS="${{ env.PYTEST_BENCHMARKS }} tests/tpch/test_duckdb.py" >> $GITHUB_ENV
- name: Add Polars to benchmark if enabled
if: ${{ inputs.polars }}
run: |
echo PYTEST_BENCHMARKS="${{ env.PYTEST_BENCHMARKS }} tests/tpch/test_polars.py" >> $GITHUB_ENV
- name: Add PySpark to benchmark if enabled
if: ${{ inputs.pyspark }}
run: |
Expand Down

0 comments on commit c5a1573

Please sign in to comment.