This is an automated email from the ASF dual-hosted git repository. altay pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/beam.git
commit 7145e547e1fc6d55ba25a7e4ae9f6c4a07efb44c Merge: 9cbbe91 b04e10f Author: Ahmet Altay <[email protected]> AuthorDate: Thu Jun 28 15:22:53 2018 -0700 Merge pull request #5738 from mariapython/nexmark_pr [BEAM-2855] Add Python Nexmark suite .../apache_beam/testing/benchmarks/__init__.py | 17 ++ .../testing/benchmarks/nexmark/__init__.py | 17 ++ .../testing/benchmarks/nexmark/models/__init__.py | 17 ++ .../benchmarks/nexmark/models/nexmark_model.py | 85 +++++++ .../testing/benchmarks/nexmark/nexmark_launcher.py | 246 +++++++++++++++++++++ .../testing/benchmarks/nexmark/nexmark_util.py | 99 +++++++++ .../testing/benchmarks/nexmark/queries/__init__.py | 16 ++ .../testing/benchmarks/nexmark/queries/query0.py | 35 +++ 8 files changed, 532 insertions(+)
