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:30 UTC

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

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)]