You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2020/09/24 19:26:12 UTC

[GitHub] [arrow] kiszk edited a comment on pull request #8245: ARROW-10069: [Java] Support running Java benchmarks from command line

kiszk edited a comment on pull request #8245:
URL: https://github.com/apache/arrow/pull/8245#issuecomment-698541508


   Thank you. Looks good.
   
   In my environment, while `benchmark.forks` works, `benchmark.warmups` and `benchmark.runs` do not work. In other words, the following command executes the benchmark twice with 5 warmups and 5 runs.
   ```
   mvn clean install  -Dskip.perf.benchmarks=false -Dbenchmark.filter=.*IntBenchmarks.setIntDirectly  -Dbenchmark.forks=2 -Dbenchmark.warmups=6 -Dbenchmark.runs=7
   ```


----------------------------------------------------------------
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:
users@infra.apache.org