You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ro...@apache.org on 2018/03/22 08:36:56 UTC

[beam] branch master updated (c45a2b2 -> 7c54fb2)

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

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


    from c45a2b2  [BEAM-3897] Add Go wordcount example with multi output DoFns
     add e1c124c  Add mapper microbenchmark.
     add 2331d51  Remove from docs generation.
     new 7c54fb2  Merge pull request #4915 from robertwb/microbenchmark

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:
 .../apache_beam/{utils => tools}/__init__.py       |  2 +-
 .../apache_beam/tools/map_fn_microbenchmark.py     | 76 ++++++++++++++++++++++
 sdks/python/generate_pydoc.sh                      |  1 +
 3 files changed, 78 insertions(+), 1 deletion(-)
 copy sdks/python/apache_beam/{utils => tools}/__init__.py (95%)
 create mode 100644 sdks/python/apache_beam/tools/map_fn_microbenchmark.py

-- 
To stop receiving notification emails like this one, please contact
robertwb@apache.org.

[beam] 01/01: Merge pull request #4915 from robertwb/microbenchmark

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

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

commit 7c54fb246304d4166626791f75a4e5036148963c
Merge: c45a2b2 2331d51
Author: Robert Bradshaw <ro...@gmail.com>
AuthorDate: Thu Mar 22 01:36:52 2018 -0700

    Merge pull request #4915 from robertwb/microbenchmark
    
    Add mapper microbenchmark.

 sdks/python/apache_beam/tools/__init__.py          | 21 ++++++
 .../apache_beam/tools/map_fn_microbenchmark.py     | 76 ++++++++++++++++++++++
 sdks/python/generate_pydoc.sh                      |  1 +
 3 files changed, 98 insertions(+)

-- 
To stop receiving notification emails like this one, please contact
robertwb@apache.org.