This is an automated email from the ASF dual-hosted git repository.
panyuepeng pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink-benchmarks.git
from 6810df8 [FLINK-38654][release] Update master point to 2.3 (#110)
new c05ca11 [FLINK-38801][benchmark] Adjust code lines format and
corresponding namings to follow Google AOSP style.
new 9ac3569 [FLINK-38801][benchmark] Add Spotless and checkstyle plugins
with Google AOSP style for flink benchmark repository
The 2 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:
pom.xml | 111 +++++-
.../benchmark/BlockingPartitionBenchmark.java | 7 +-
.../BlockingPartitionRemoteChannelBenchmark.java | 1 -
.../benchmark/CheckpointEnvironmentContext.java | 6 +-
.../ContinuousFileReaderOperatorBenchmark.java | 28 +-
.../flink/benchmark/FlinkEnvironmentContext.java | 5 +-
.../HighAvailabilityServiceBenchmark.java | 177 +++++----
.../apache/flink/benchmark/KeyByBenchmarks.java | 7 +-
.../flink/benchmark/MultipleInputBenchmark.java | 3 +-
.../flink/benchmark/ProcessingTimerBenchmark.java | 12 +-
.../flink/benchmark/RemoteBenchmarkBase.java | 4 +-
.../SerializationFrameworkMiniBenchmarks.java | 15 +-
.../flink/benchmark/StateBackendBenchmarkBase.java | 7 +-
.../benchmark/WatermarkAggregationBenchmark.java | 13 +-
.../benchmark/full/PojoSerializationBenchmark.java | 4 +-
.../full/SerializationFrameworkAllBenchmarks.java | 6 +-
.../full/StringSerializationBenchmark.java | 18 +-
.../benchmark/functions/IntegerLongSource.java | 1 +
.../flink/benchmark/functions/LongSourceType.java | 2 +-
...FailureAndRestartAllTasksBenchmarkExecutor.java | 3 +-
...DownstreamTasksInBatchJobBenchmarkExecutor.java | 7 +-
...hMapStateBackendRescalingBenchmarkExecutor.java | 26 +-
.../flink/state/benchmark/ListStateBenchmark.java | 24 +-
.../flink/state/benchmark/MapStateBenchmark.java | 26 +-
.../state/benchmark/RescalingBenchmarkBase.java | 12 +-
...ksdbStateBackendRescalingBenchmarkExecutor.java | 21 +-
.../flink/state/benchmark/StateBenchmarkBase.java | 39 +-
.../state/benchmark/StateBenchmarkConstants.java | 56 +--
.../flink/state/benchmark/ValueStateBenchmark.java | 4 +-
.../state/benchmark/ttl/TtlListStateBenchmark.java | 18 +-
.../state/benchmark/ttl/TtlMapStateBenchmark.java | 21 +-
.../state/benchmark/ttl/TtlStateBenchmarkBase.java | 2 +
.../benchmark/ttl/TtlValueStateBenchmark.java | 10 +-
tools/maven/checkstyle.xml | 437 +++++++++++++++++++++
tools/maven/suppressions.xml | 72 ++++
35 files changed, 935 insertions(+), 270 deletions(-)
create mode 100644 tools/maven/checkstyle.xml
create mode 100644 tools/maven/suppressions.xml