shuttie opened a new pull request #1: URL: https://github.com/apache/flink-benchmarks/pull/1
A follow-up PR for https://github.com/apache/flink/pull/12929, to measure performance impact of custom ADT Scala serializer. Results: ``` SerializationFrameworkMiniBenchmarks.serializerScalaADT thrpt custom 30 2506.848 ± 66.692 ops/ms SerializationFrameworkMiniBenchmarks.serializerScalaADT thrpt kryo 30 450.202 ± 15.389 ops/ms ``` Implemented as a part of `full` benchmarks, so it will be excluded from the regular scheduled benchmarking suite runs, as it's too niche and specific. I also had to add a maven-scala-plugin to the build, as there is no easy way of emitting Scala sealed traits directly from Java. ---------------------------------------------------------------- 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]
