You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by me...@apache.org on 2018/05/30 16:06:15 UTC

[beam-site] branch asf-site updated (1e6aec3 -> 2d0d08b)

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

mergebot-role pushed a change to branch asf-site
in repository https://gitbox.apache.org/repos/asf/beam-site.git.


    from 1e6aec3  Prepare repository for deployment.
     add 683c72d  Add Performance Testing to "Work in Progress" section
     add 2d89514  This closes #455
     new 2d0d08b  Prepare repository for deployment.

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:
 content/contribute/index.html | 16 ++++++++++++++++
 src/contribute/index.md       | 13 +++++++++++++
 2 files changed, 29 insertions(+)

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

[beam-site] 01/01: Prepare repository for deployment.

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

mergebot-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/beam-site.git

commit 2d0d08bda29e420f0ef4855f3d9e08068ae46edb
Author: Mergebot <me...@apache.org>
AuthorDate: Wed May 30 09:06:12 2018 -0700

    Prepare repository for deployment.
---
 content/contribute/index.html | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/content/contribute/index.html b/content/contribute/index.html
index c42bcd3..199eba5 100644
--- a/content/contribute/index.html
+++ b/content/contribute/index.html
@@ -144,6 +144,7 @@
       <li><a href="#go-sdk">Go SDK</a></li>
       <li><a href="#python-3-support">Python 3 Support</a></li>
       <li><a href="#next-java-lts-version-support-java-11--189">Next Java LTS version support (Java 11 / 18.9)</a></li>
+      <li><a href="#io-performance-testing">IO Performance Testing</a></li>
     </ul>
   </li>
   <li><a href="#stale-pull-requests">Stale pull requests</a></li>
@@ -369,6 +370,21 @@ When submitting a new PR, please tag <a href="https://github.com/robbesneyders">
   <li>Contact: <a href="mailto:iemejia@gmail.com">Ismaël Mejía</a></li>
 </ul>
 
+<h3 id="io-performance-testing">IO Performance Testing</h3>
+
+<p>We are also working on writing Performance Tests for IOs and developing a Performance Testing Framework for them. Contributions are welcome in the following areas:</p>
+
+<ul>
+  <li>developing more IO Performance Tests (IOITs)</li>
+  <li>providing necessary kubernetes infrastructure (eg. for databases or filesystems to be used in tests)</li>
+  <li>running Performance Tests on runners other than Dataflow and Direct</li>
+  <li>improving existing Performance Testing Framework and it’s documentation</li>
+</ul>
+
+<p>See the <a href="https://beam.apache.org/documentation/io/testing/#i-o-transform-integration-tests">documentation</a> and the <a href="https://docs.google.com/document/d/1dA-5s6OHiP_cz-NRAbwapoKF5MEC1wKps4A5tFbIPKE/edit?usp=sharing">initial proposal</a>(for file based tests).</p>
+
+<p>If you’re willing to help in this area, tag the following people in PRs: <a href="https://github.com/chamikaramj">@chamikaramj</a>, <a href="https://github.com/dariuszaniszewski">@DariuszAniszewski</a>, <a href="https://github.com/lgajowy">@lgajowy</a>, <a href="https://github.com/szewi">@szewi</a>, <a href="https://github.com/kkucharc">@kkucharc</a></p>
+
 <h2 id="stale-pull-requests">Stale pull requests</h2>
 
 <p>The community will close stale pull requests in order to keep the project

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