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:03:44 UTC

[beam-site] 01/02: Add Performance Testing to "Work in Progress" section

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

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

commit 683c72de462b6a37784fd58cb32e6ebc8e8e9d6f
Author: Łukasz Gajowy <lu...@polidea.com>
AuthorDate: Wed May 23 13:59:33 2018 +0200

    Add Performance Testing to "Work in Progress" section
---
 src/contribute/index.md | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/src/contribute/index.md b/src/contribute/index.md
index eb9870f..d80bec8 100644
--- a/src/contribute/index.md
+++ b/src/contribute/index.md
@@ -193,6 +193,19 @@ Work to support the next LTS release of Java is in progress. For more details ab
 - JIRA: [BEAM-2530](https://issues.apache.org/jira/issues/BEAM-2530)
 - Contact: [Ismaël Mejía](mailto:iemejia@gmail.com)
 
+### IO Performance Testing
+
+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:
+
+ - developing more IO Performance Tests (IOITs)
+ - providing necessary kubernetes infrastructure (eg. for databases or filesystems to be used in tests)
+ - running Performance Tests on runners other than Dataflow and Direct
+ - improving existing Performance Testing Framework and it's documentation
+ 
+See the [documentation](https://beam.apache.org/documentation/io/testing/#i-o-transform-integration-tests) and the [initial proposal](https://docs.google.com/document/d/1dA-5s6OHiP_cz-NRAbwapoKF5MEC1wKps4A5tFbIPKE/edit?usp=sharing)(for file based tests). 
+
+If you're willing to help in this area, tag the following people in PRs: [@chamikaramj](https://github.com/chamikaramj), [@DariuszAniszewski](https://github.com/dariuszaniszewski), [@lgajowy](https://github.com/lgajowy), [@szewi](https://github.com/szewi), [@kkucharc](https://github.com/kkucharc) 
+
 ## Stale pull requests
 
 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.