This is an automated email from the ASF dual-hosted git repository.
altay pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.
from 9cbbe91 Merge pull request #5806: Flink Job Server setup Beam File
Systems
add b04e10f Add Python Nexmark suite
new 7145e54 Merge pull request #5738 from mariapython/nexmark_pr
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:
.../testing/{ => benchmarks}/__init__.py | 0
.../testing/{ => benchmarks/nexmark}/__init__.py | 0
.../{ => benchmarks/nexmark/models}/__init__.py | 0
.../benchmarks/nexmark/models/nexmark_model.py | 85 +++++++
.../testing/benchmarks/nexmark/nexmark_launcher.py | 246 +++++++++++++++++++++
.../testing/benchmarks/nexmark/nexmark_util.py | 99 +++++++++
.../benchmarks/nexmark/queries}/__init__.py | 0
.../benchmarks/nexmark/queries/query0.py} | 16 +-
8 files changed, 444 insertions(+), 2 deletions(-)
copy sdks/python/apache_beam/testing/{ => benchmarks}/__init__.py (100%)
copy sdks/python/apache_beam/testing/{ => benchmarks/nexmark}/__init__.py
(100%)
copy sdks/python/apache_beam/testing/{ =>
benchmarks/nexmark/models}/__init__.py (100%)
create mode 100644
sdks/python/apache_beam/testing/benchmarks/nexmark/models/nexmark_model.py
create mode 100644
sdks/python/apache_beam/testing/benchmarks/nexmark/nexmark_launcher.py
create mode 100644
sdks/python/apache_beam/testing/benchmarks/nexmark/nexmark_util.py
copy sdks/python/apache_beam/{runners/job =>
testing/benchmarks/nexmark/queries}/__init__.py (100%)
copy sdks/python/apache_beam/{utils/__init__.py =>
testing/benchmarks/nexmark/queries/query0.py} (60%)