MaxGekk commented on a change in pull request #26085: [SPARK-29434] [Core] Improve the MapStatuses Serialization Performance URL: https://github.com/apache/spark/pull/26085#discussion_r333788013
########## File path: core/src/test/scala/org/apache/spark/MapOutputTrackerSuite.scala ########## @@ -333,4 +333,63 @@ class MapOutputTrackerSuite extends SparkFunSuite { rpcEnv.shutdown() } + ignore("Benchmarking `MapOutputTracker.serializeMapStatuses`") { Review comment: Are there any reasons for it is not implemented as regular benchmark using the `Benchmark` class? ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org