diff --git a/.github/workflows/pr_benchmarks.yml b/.github/workflows/pr_benchmarks.yml index 29d001783b17..5827c42e85ae 100644 --- a/.github/workflows/pr_benchmarks.yml +++ b/.github/workflows/pr_benchmarks.yml @@ -47,7 +47,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 @@ -70,7 +69,6 @@ jobs: ./bench.sh run tpch ./bench.sh run tpch_mem ./bench.sh run tpch10 - ./bench.sh run tpch_mem10 echo ${{ github.event.issue.number }} > pr