You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ka...@apache.org on 2020/11/25 13:56:42 UTC

[beam] branch master updated (e58246d -> ad0c7f6)

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

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


    from e58246d  Go SDK Combine load tests (#13389)
     add ad0c7f6  Go SDK Group by key load tests (#13388)

No new revisions were added by this update.

Summary of changes:
 .../jenkins/job_LoadTests_GBK_Flink_Go.groovy      | 220 +++++++++++++++++++++
 sdks/go/test/load/build.gradle                     |   1 +
 .../combine.go => group_by_key/group_by_key.go}    |  36 ++--
 3 files changed, 240 insertions(+), 17 deletions(-)
 create mode 100644 .test-infra/jenkins/job_LoadTests_GBK_Flink_Go.groovy
 copy sdks/go/test/load/{combine/combine.go => group_by_key/group_by_key.go} (78%)