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/06/03 08:13:14 UTC

[beam] branch master updated (307751f -> 1993102)

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 307751f  Merge pull request #11780: [BEAM-9948] Add Beam mascot (Firefly) to the website
     add 90e3dcd  [BEAM-7774] Move duplicated code from py2 and py37 suites to common.gradle
     add cf93a28  [BEAM-7774] Remove Perfkit Benchmarking tool from python wordcount performance tests jobs
     add 56e853e  [BEAM-7774] Add python wordcount performance test grafana dashboard
     new 1993102  Merge pull request #11661: [BEAM-7774] Remove perfkit benchmarking tool

The 1 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:
 .test-infra/jenkins/CommonJobProperties.groovy     |  57 ----
 .test-infra/jenkins/README.md                      |   4 +-
 .../jenkins/job_PerformanceTests_Python.groovy     | 180 ++++---------
 .../Python_Performance_Tests.json                  | 297 +++++++++++++++++++++
 .../apache_beam/examples/wordcount_it_test.py      |  39 ++-
 .../testing/load_tests/load_test_metrics_utils.py  |  15 ++
 sdks/python/test-suites/dataflow/common.gradle     |  93 ++++++-
 sdks/python/test-suites/dataflow/py2/build.gradle  | 153 +----------
 sdks/python/test-suites/dataflow/py37/build.gradle |  66 -----
 9 files changed, 492 insertions(+), 412 deletions(-)
 create mode 100644 .test-infra/metrics/grafana/dashboards/perftests_metrics/Python_Performance_Tests.json


[beam] 01/01: Merge pull request #11661: [BEAM-7774] Remove perfkit benchmarking tool

Posted by ka...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 19931023224768341c45af1b5bd81835ea6c7edc
Merge: 307751f 56e853e
Author: Kamil Wasilewski <ka...@polidea.com>
AuthorDate: Wed Jun 3 10:12:44 2020 +0200

    Merge pull request #11661: [BEAM-7774] Remove perfkit benchmarking tool

 .test-infra/jenkins/CommonJobProperties.groovy     |  57 ----
 .test-infra/jenkins/README.md                      |   4 +-
 .../jenkins/job_PerformanceTests_Python.groovy     | 180 ++++---------
 .../Python_Performance_Tests.json                  | 297 +++++++++++++++++++++
 .../apache_beam/examples/wordcount_it_test.py      |  39 ++-
 .../testing/load_tests/load_test_metrics_utils.py  |  15 ++
 sdks/python/test-suites/dataflow/common.gradle     |  93 ++++++-
 sdks/python/test-suites/dataflow/py2/build.gradle  | 153 +----------
 sdks/python/test-suites/dataflow/py37/build.gradle |  66 -----
 9 files changed, 492 insertions(+), 412 deletions(-)