Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
zhztheplayer committed Mar 26, 2024
1 parent 6e84e2f commit e54b11d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/velox_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,10 +220,10 @@ jobs:
mvn clean install -P${{ matrix.spark }} \
&& GLUTEN_IT_JVM_ARGS=-Xmx3G sbin/gluten-it.sh queries-compare \
--local --preset=velox --benchmark-type=h --error-on-memleak --off-heap-size=3g -s=1.0 --threads=8 --iterations=1 \
--extra-conf=spark.gluten.sql.advanced.cbo.enabled=true \
--excluded-queries=q59 --extra-conf=spark.gluten.sql.advanced.cbo.enabled=true \
&& GLUTEN_IT_JVM_ARGS=-Xmx3G sbin/gluten-it.sh queries-compare \
--local --preset=velox --benchmark-type=ds --error-on-memleak --off-heap-size=3g -s=1.0 --threads=8 --iterations=1 \
--extra-conf=spark.gluten.sql.advanced.cbo.enabled=true
--excluded-queries=q59 --extra-conf=spark.gluten.sql.advanced.cbo.enabled=true
# run-tpc-test-centos8-oom-randomkill:
# needs: build-native-lib
Expand Down

0 comments on commit e54b11d

Please sign in to comment.