This is an automated email from the ASF dual-hosted git repository.

pnowojski pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink-benchmarks.git.


    from 312eef1  [FLINK-25556] Disabled the waiting for final checkpoint for 
all benchmarks.
     new 34c1956  [hotfix]Fix the tab align problem in pom.xml
     new 9af64a1  [FLINK-24918][Runtime/State Backends]Support to specify the 
data dir for state benchmark
     new bf63783  [FLINK-25039]Remove the flink-examples-batch_2.12 test-jar

The 3 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:
 README.md                                          |  28 +++++-
 pom.xml                                            |  23 ++---
 .../java/org/apache/flink/config/ConfigUtil.java   | 102 +++++++++++++++++++++
 .../StateBenchmarkOptions.java}                    |  20 ++--
 .../flink/state/benchmark/ListStateBenchmark.java  |   3 +-
 .../flink/state/benchmark/MapStateBenchmark.java   |   3 +-
 .../flink/state/benchmark/StateBenchmarkBase.java  |  21 ++++-
 .../flink/state/benchmark/ValueStateBenchmark.java |   3 +-
 ...{log4j2-test.properties => benchmark-conf.yaml} |  11 +--
 .../org/apache/flink/config/ConfigUtilTest.java}   |  18 ++--
 .../resources/benchmark-conf.yaml}                 |  11 +--
 11 files changed, 183 insertions(+), 60 deletions(-)
 create mode 100644 src/main/java/org/apache/flink/config/ConfigUtil.java
 copy src/main/java/org/apache/flink/{benchmark/CollectSink.java => 
config/StateBenchmarkOptions.java} (65%)
 copy src/main/resources/{log4j2-test.properties => benchmark-conf.yaml} (78%)
 copy src/{main/java/org/apache/flink/benchmark/functions/MultiplyByTwo.java => 
test/java/org/apache/flink/config/ConfigUtilTest.java} (67%)
 copy src/{main/resources/log4j2-test.properties => 
test/resources/benchmark-conf.yaml} (78%)

Reply via email to