You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by lg...@apache.org on 2019/06/13 12:01:29 UTC

[beam] branch lgajowy-portable-load-tests-proposal created (now 278c1e8)

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

lgajowy pushed a change to branch lgajowy-portable-load-tests-proposal
in repository https://gitbox.apache.org/repos/asf/beam.git.


      at 278c1e8  Add new proposal to design docs

This branch includes the following new commits:

     new 278c1e8  Add new proposal to design docs

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.



[beam] 01/01: Add new proposal to design docs

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

lgajowy pushed a commit to branch lgajowy-portable-load-tests-proposal
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 278c1e8ec51b00af2d9bb54d76aacfd90204a735
Author: Ɓukasz Gajowy <lu...@gmail.com>
AuthorDate: Thu Jun 13 14:00:58 2019 +0200

    Add new proposal to design docs
    
    Portable batch & streaming load tests in all sdks
---
 website/src/contribute/design-documents.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/website/src/contribute/design-documents.md b/website/src/contribute/design-documents.md
index 3122090..5161167 100644
--- a/website/src/contribute/design-documents.md
+++ b/website/src/contribute/design-documents.md
@@ -139,6 +139,7 @@ This is a collection of documents that may or may not be up to date.
 - Automation For Beam Dependency Check [[doc](https://docs.google.com/document/d/1rqr_8a9NYZCgeiXpTIwWLCL7X8amPAVfRXsO72BpBwA)]
 - Test performance of core Apache Beam operations [[doc](https://s.apache.org/load-test-basic-operations)]
 - Add static code analysis quality gates to Beam [[doc](https://docs.google.com/document/d/1YbV18mrHujmiLBtadS1WzCVeiI3Lo7W6awWJDA4A98o)]
+- Portable batch & streaming load tests in all sdks [[doc](https://s.apache.org/portable-load-tests)]
 
 ### Python
 - Beam Python User State and Timer APIs [[doc](https://s.apache.org/beam-python-user-state-and-timers)]