diff --git a/.github/workflows/pr_benchmarks.yml b/.github/workflows/pr_benchmarks.yml index bb691165ca59..85ed2c3721bb 100644 --- a/.github/workflows/pr_benchmarks.yml +++ b/.github/workflows/pr_benchmarks.yml @@ -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" @@ -40,7 +40,7 @@ jobs: run: | cd benchmarks - ./bench.sh run tpch + ./bench.sh run tpch10 - name: Checkout base commit uses: actions/checkout@v4 @@ -54,7 +54,7 @@ jobs: run: | cd benchmarks - ./bench.sh run tpch + ./bench.sh run tpch10 echo ${{ github.event.issue.number }} > pr