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

[beam] branch master updated (a026b59 -> 078a1a2)

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

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


    from a026b59  Merge pull request #6793: [BEAM-5467] Remove createProcessWorker from docker execution path.
     add 0eda4ca  [BEAM-5758] Load tests of Python Synthetic Sources: GroupByKey, CoGroupByKey, Combine and ParDo. Contains metrics.
     new 078a1a2  Merge pull request #6239: [BEAM-5758] Load tests of Python Synthetic Sources

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:
 .../nexmark/queries => load_tests}/__init__.py     |   0
 .../testing/load_tests/co_group_by_key_test.py     | 148 +++++++++++++++++++
 .../apache_beam/testing/load_tests/combine_test.py | 111 +++++++++++++++
 .../testing/load_tests/group_by_key_test.py        | 106 ++++++++++++++
 .../load_tests/load_test_metrics_utils.py}         |  24 ++--
 .../apache_beam/testing/load_tests/pardo_test.py   | 156 +++++++++++++++++++++
 6 files changed, 537 insertions(+), 8 deletions(-)
 copy sdks/python/apache_beam/testing/{benchmarks/nexmark/queries => load_tests}/__init__.py (100%)
 create mode 100644 sdks/python/apache_beam/testing/load_tests/co_group_by_key_test.py
 create mode 100644 sdks/python/apache_beam/testing/load_tests/combine_test.py
 create mode 100644 sdks/python/apache_beam/testing/load_tests/group_by_key_test.py
 copy sdks/python/apache_beam/{runners/job/utils.py => testing/load_tests/load_test_metrics_utils.py} (60%)
 create mode 100644 sdks/python/apache_beam/testing/load_tests/pardo_test.py


[beam] 01/01: Merge pull request #6239: [BEAM-5758] Load tests of Python Synthetic Sources

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

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

commit 078a1a2720c044ec0429fe21989ff44ba465c49c
Merge: a026b59 0eda4ca
Author: Ɓukasz Gajowy <lu...@gmail.com>
AuthorDate: Tue Oct 23 16:43:11 2018 +0200

    Merge pull request #6239: [BEAM-5758] Load tests of Python Synthetic Sources

 .../apache_beam/testing/load_tests/__init__.py     |  16 +++
 .../testing/load_tests/co_group_by_key_test.py     | 148 +++++++++++++++++++
 .../apache_beam/testing/load_tests/combine_test.py | 111 +++++++++++++++
 .../testing/load_tests/group_by_key_test.py        | 106 ++++++++++++++
 .../testing/load_tests/load_test_metrics_utils.py  |  42 ++++++
 .../apache_beam/testing/load_tests/pardo_test.py   | 156 +++++++++++++++++++++
 6 files changed, 579 insertions(+)