Skip to content

Commit

Permalink
Remove the two cases most likely to cause OOM in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gruuya committed Mar 29, 2024
1 parent 0534382 commit 39a451f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/pr_benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 39a451f

Please sign in to comment.