This is an automated email from the ASF dual-hosted git repository.
dwysakowicz pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink-benchmarks.git.
from 517f1e7 [FLINK-24300] Added benchmarks for idling chained sources
new 743b98e [hotfix] Fix a typo in RecordSource
new 3ca5d37 [hotfix] Optimize imports
new 5becc4d [hotfix] Allow FlinkEnvironmentContext#setUp to throw
Exception
new 69ead04 [FLINK-24230] Buffer debloating microbenchmark for single gate
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../benchmark/BlockingPartitionBenchmark.java | 5 +-
.../BlockingPartitionRemoteChannelBenchmark.java | 5 +-
.../benchmark/CheckpointingTimeBenchmark.java | 291 +++++++++++++++++++++
.../ContinuousFileReaderOperatorBenchmark.java | 5 +-
.../flink/benchmark/FlinkEnvironmentContext.java | 6 +-
.../benchmark/MemoryStateBackendBenchmark.java | 6 +-
.../benchmark/RocksStateBackendBenchmark.java | 6 +-
.../flink/benchmark/StateBackendBenchmarkBase.java | 6 +-
.../UnalignedCheckpointTimeBenchmark.java | 141 ----------
.../apache/flink/benchmark/WindowBenchmarks.java | 5 +-
.../benchmark/full/PojoSerializationBenchmark.java | 11 +-
.../full/StringSerializationBenchmark.java | 10 +-
.../functions/BaseSourceWithKeyRange.java | 1 -
.../flink/benchmark/operators/RecordSource.java | 25 +-
...artitionReleaseInBatchJobBenchmarkExecutor.java | 1 -
.../InitSchedulingStrategyBenchmarkExecutor.java | 1 -
...DownstreamTasksInBatchJobBenchmarkExecutor.java | 1 -
.../BuildExecutionGraphBenchmarkExecutor.java | 1 -
18 files changed, 339 insertions(+), 188 deletions(-)
create mode 100644
src/main/java/org/apache/flink/benchmark/CheckpointingTimeBenchmark.java
delete mode 100644
src/main/java/org/apache/flink/benchmark/UnalignedCheckpointTimeBenchmark.java