HyukjinKwon commented on a change in pull request #32015:
URL: https://github.com/apache/spark/pull/32015#discussion_r605343992
##########
File path: core/src/test/scala/org/apache/spark/benchmark/Benchmarks.scala
##########
@@ -78,8 +99,12 @@ object Benchmarks {
// Maven build
targetDirOrProjDir.getCanonicalPath
}
+ // Force GC to minimize the side effect.
+ System.gc()
runBenchmark.invoke(null, Array(projDir))
Review comment:
Let me do it later though after checking if it is able to run in one go.
I would like to make sure it passes at least once.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]