mxm commented on a change in pull request #12065:
URL: https://github.com/apache/beam/pull/12065#discussion_r458197231



##########
File path: sdks/python/apache_beam/testing/load_tests/pardo_test.py
##########
@@ -147,10 +151,18 @@ def process(self, element, state=state_param):
               CounterOperation(
                   self.number_of_counters, self.number_of_operations)))
 
+    if self.window:
+      pc = (
+          pc
+          | beam.WindowInto(beam.window.FixedWindows(1))
+          | beam.GroupByKey())

Review comment:
       I've removed the GroupByKey here and added a latency measurement to the 
existing GroupByKey test.




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


Reply via email to