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

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


    from e0d922c  [hotfix] Relocate the HighAvailabilityServiceBenchmark (#82)
     new 9da39ce  [FLINK-30535] Introduce TTL state based benchmarks
     new 9fb3482  [FLINK-30535] Use customized TtlTimeProvider

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:
 .../flink/state/benchmark/StateBenchmarkBase.java  |  25 +++--
 .../state/benchmark/StateBenchmarkConstants.java   |  28 +++---
 .../TtlListStateBenchmark.java}                    |  34 ++++---
 .../TtlMapStateBenchmark.java}                     |  72 ++++----------
 .../state/benchmark/ttl/TtlStateBenchmarkBase.java | 108 +++++++++++++++++++++
 .../TtlValueStateBenchmark.java}                   |  18 ++--
 6 files changed, 185 insertions(+), 100 deletions(-)
 copy src/main/java/org/apache/flink/state/benchmark/{ListStateBenchmark.java 
=> ttl/TtlListStateBenchmark.java} (80%)
 copy src/main/java/org/apache/flink/state/benchmark/{MapStateBenchmark.java => 
ttl/TtlMapStateBenchmark.java} (64%)
 create mode 100644 
src/main/java/org/apache/flink/state/benchmark/ttl/TtlStateBenchmarkBase.java
 copy src/main/java/org/apache/flink/state/benchmark/{ValueStateBenchmark.java 
=> ttl/TtlValueStateBenchmark.java} (82%)

Reply via email to