You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/11/29 00:32:45 UTC

[GitHub] [beam] lukecwik commented on pull request #24343: Update precombine benchmark to better represent varied workloads

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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org