[
https://issues.apache.org/jira/browse/BEAM-7028?focusedWorklogId=237849&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-237849
]
ASF GitHub Bot logged work on BEAM-7028:
----------------------------------------
Author: ASF GitHub Bot
Created on: 06/May/19 15:22
Start Date: 06/May/19 15:22
Worklog Time Spent: 10m
Work Description: lgajowy commented on pull request #8360: [BEAM-7028]
Add Combine and ParDo Java load tests
URL: https://github.com/apache/beam/pull/8360#discussion_r281232436
##########
File path:
sdks/java/testing/load-tests/src/main/java/org/apache/beam/sdk/loadtests/ParDoLoadTest.java
##########
@@ -62,6 +62,18 @@
@Description("Options for synthetic step")
@Validation.Required
String getStepOptions();
+
+ @Description("Number of reiterations over values to perform.")
+ @Default.Integer(1)
+ Integer getIterations();
Review comment:
This is not used in the test later, right?
Actually, according to the proposal, it looks like the whole ParDoLoadTest
pipeline needs to be changed first. It doesn't iterate nor it goes over
multiple counter (metric counter) operations to test inter-operation / counter
operations overhead.
I'm fine with doing this in a separate PR (leaving only combine tests here)
or amend the testing pipeline here (up to you). Let me know if I can help
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 237849)
Time Spent: 12h 50m (was: 12h 40m)
> Create ParDo and Combine streaming load test jobs for Java SDK
> --------------------------------------------------------------
>
> Key: BEAM-7028
> URL: https://issues.apache.org/jira/browse/BEAM-7028
> Project: Beam
> Issue Type: Sub-task
> Components: testing
> Reporter: Michal Walenia
> Assignee: Michal Walenia
> Priority: Minor
> Time Spent: 12h 50m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)