This is an automated email from the ASF dual-hosted git repository.
zhuzh pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
from 31e17bd13ef [FLINK-31790][connectors/filesystem] Respect the
PartitionCommitPolicy for batch Filesystem mode (#22387)
add dfa9e09d84e [hotfix] Migrate scheduler benchmark related tests under
flink-runtime module to junit5.
add 27285d67127 [FLINK-30480][runtime] Add benchmarks for adaptive batch
scheduler.
No new revisions were added by this update.
Summary of changes:
.../adaptivebatch/AdaptiveBatchScheduler.java | 3 +-
.../scheduler/benchmark/JobConfiguration.java | 82 +++++++++++++++++++++-
.../benchmark/SchedulerBenchmarkUtils.java | 60 ++++++++++++++--
...yingDownstreamTasksInBatchJobBenchmarkTest.java | 7 +-
.../DeployingTasksInStreamingJobBenchmarkTest.java | 7 +-
.../e2e/CreateSchedulerBenchmarkTest.java | 9 ++-
...leGlobalFailureAndRestartAllTasksBenchmark.java | 31 ++++----
.../e2e/SchedulerEndToEndBenchmarkBase.java | 21 ++++--
.../e2e/SchedulingAndDeployingBenchmarkTest.java | 9 ++-
.../RegionToRestartInBatchJobBenchmarkTest.java | 7 +-
...RegionToRestartInStreamingJobBenchmarkTest.java | 7 +-
.../PartitionReleaseInBatchJobBenchmarkTest.java | 7 +-
.../InitSchedulingStrategyBenchmarkTest.java | 9 ++-
.../scheduling/SchedulingBenchmarkBase.java | 9 +--
...hedulingDownstreamTasksInBatchJobBenchmark.java | 15 ++--
...lingDownstreamTasksInBatchJobBenchmarkTest.java | 25 ++++---
.../topology/BuildExecutionGraphBenchmarkTest.java | 9 ++-
17 files changed, 235 insertions(+), 82 deletions(-)