Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.13.0
Description
We notice that DefaultScheduler#allocateSlotsAndDeploy is not covered in the current scheduler benchmark. When we are trying to implement a benchmark related to this procedure, we think that it's better to implement a benchmark that covers the entire procedures of DefaultScheduler's creation, scheduling and deploying instead.
This can avoid missing any parts that may affect the performance of scheduling. Also in this way we don't need to add benchmarks for every sub-procedure related to scheduling, which makes the benchmark heavy and hard to maintain. Then we can just focus on the performance-sensitive procedures, as the existing benchmarks do.
The new benchmark items are implemented based on DefaultSchedulerBatchSchedulingTest.
Attachments
Issue Links
- is related to
-
FLINK-20612 Add benchmarks for scheduler
- Closed
- relates to
-
FLINK-21975 Remove hamcrest dependency from SchedulerBenchmarkBase
- Closed
- links to