pan3793 commented on code in PR #53453:
URL: https://github.com/apache/spark/pull/53453#discussion_r2617838588


##########
core/src/test/scala/org/apache/spark/benchmark/BenchmarkBase.scala:
##########
@@ -83,6 +85,11 @@ abstract class BenchmarkBase {
 
   def suffix: String = ""
 
+  /**
+   * Any code before running any benchmark, e.g., data preparation
+   */
+  def beforeAll(): Unit = {}

Review Comment:
   addressed in f02e5591cb56fefd036fbd58576076c2b7fb4913



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to