Skip to content

Commit

Permalink
perf test
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-bli committed Sep 26, 2024
1 parent ebea9a2 commit d88c3fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/jenkins_perf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ gpg --quiet --batch --yes --decrypt --passphrase="$GPG_KEY" --output snowhouse.p

sbt clean compile
sbt "testOnly com.snowflake.snowpark.PerfTest" -J-DargLine="-DPERF_TEST=true -Xss1G"
export JAVA_OPTS="-Xss1G"
sbt "testOnly com.snowflake.perf.OptimizerPerfSuite" -J-DPERF_TEST=true

0 comments on commit d88c3fe

Please sign in to comment.