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

Reply via email to