From 8a17882e11989dd127ba3fd6895d9dc16d85affd Mon Sep 17 00:00:00 2001 From: Andrew Lamb Date: Fri, 29 Mar 2024 07:53:38 -0400 Subject: [PATCH] Minor: Remove TPCH scale factor 10 from PR checks --- .github/workflows/pr_benchmarks.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/pr_benchmarks.yml b/.github/workflows/pr_benchmarks.yml index 29d001783b17..6b7763d9161a 100644 --- a/.github/workflows/pr_benchmarks.yml +++ b/.github/workflows/pr_benchmarks.yml @@ -28,9 +28,8 @@ jobs: cd benchmarks mkdir data - # Setup the TPC-H data sets for scale factors 1 and 10 + # Setup the TPC-H data sets for scale factor 1 ./bench.sh data tpch - ./bench.sh data tpch10 - name: Generate unique result names run: | @@ -46,8 +45,6 @@ jobs: ./bench.sh run tpch ./bench.sh run tpch_mem - ./bench.sh run tpch10 - ./bench.sh run tpch_mem10 # For some reason this step doesn't seem to propagate the env var down into the script if [ -d "results/HEAD" ]; then