Zhilong Hong created FLINK-21524:
------------------------------------
Summary: Replace scheduler benchmarks with wrapper classes
Key: FLINK-21524
URL:
https://issues.apache.org/jira/browse/FLINK-21524 Project: Flink
Issue Type: Improvement
Components: Benchmarks, Runtime / Coordination
Affects Versions: 1.13.0
Reporter: Zhilong Hong
Fix For: 1.13.0
Due to 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.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)