lukecwik commented on PR #24343:
URL: https://github.com/apache/beam/pull/24343#issuecomment-1329921588

   > Thanks @lukecwik Looks good. Is it possible to have muti threaded 
benchmark as well.
   
   I'm not sure it will provide much value but you can always [configure the 
benchmark](https://github.com/apache/beam/blob/135007ec6b4281d2cbcb24f271bac8e442fc4316/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy#L1481)
 with the additional flag `-t 4` for running it concurrently with 4 threads or 
add the annotation `@Threads(4)` to the benchmark itself 
([example](https://github.com/apache/beam/blob/135007ec6b4281d2cbcb24f271bac8e442fc4316/sdks/java/harness/jmh/src/main/java/org/apache/beam/fn/harness/jmh/ProcessBundleBenchmark.java#L265)).
   
    Note that this benchmark only checks the combiner table and doesn't 
represent a full transform graph.


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to