You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by lc...@apache.org on 2021/10/14 18:43:43 UTC

[beam] branch master updated (0863d95 -> 21a4715)

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

lcwik pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.


    from 0863d95  [BEAM-12922] Test MapState putIfAbsent with no read (#15704)
     new f3e89b6  [BEAM-12640] Skip checkerframework on generated code/test libraries for JMH.
     new e8c6c57  [BEAM-13015] Add tiny bundle processing benchmark for Java SDK harness.
     new 21a4715  Merge pull request #15702 from lukecwik/beam13015

The 33234 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:
 .../org/apache/beam/gradle/BeamModulePlugin.groovy |  12 +
 sdks/java/harness/build.gradle                     |  16 ++
 .../beam/fn/harness/ProcessBundleBenchmark.java    | 282 +++++++++++++++++++++
 .../org/apache/beam/fn/harness/package-info.java   |   2 +-
 4 files changed, 311 insertions(+), 1 deletion(-)
 create mode 100644 sdks/java/harness/src/jmh/java/org/apache/beam/fn/harness/ProcessBundleBenchmark.java
 copy sdks/java/harness/src/{main => jmh}/java/org/apache/beam/fn/harness/package-info.java (94%)