Thesharing opened a new pull request #8: URL: https://github.com/apache/flink-benchmarks/pull/8
Due to [FLINK-21514](https://issues.apache.org/jira/browse/FLINK-21514), we find that when someone modifies interfaces and methods used by scheduler benchmarks, the compilation and execution of flink-benchmark may break. To improve the stability of scheduler benchmarks, we decide to replace scheduler benchmarks with wrapper/executor classes, and move the current implementations to the flink repository. Also we'll implement several unit tests based on the implementations. In this way, when someone modifies interfaces and methods used by scheduler benchmarks, the unit tests fails, and then they must fix the broken benchmarks. After moving the implementations of scheduler benchmarks to the Flink repository, we replace scheduler benchmarks in flink-benchmark with wrapper classes. For more details about this pull request, please check [FLINK-21524](https://issues.apache.org/jira/browse/FLINK-21524) and [FLINK-21526](https://issues.apache.org/jira/browse/FLINK-21526). For more details about the scheduler benchmarks, please check [FLINK-20612](https://issues.apache.org/jira/browse/FLINK-20612). ---------------------------------------------------------------- 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