rmuir opened a new pull request, #14072:
URL: https://github.com/apache/lucene/pull/14072

   This script lets you benchmark a patch across 10 different cpu types in 
parallel, just copy the branch name from PR and pass to `make`, along with any 
jmh args if you dont want to run all benchmarks, for example:
    
   ```
   make PATCH_BRANCH=ChrisHegarty:unroll_by_2 JMH_ARGS='floatDotProductVector 
-p size=1024'
   ```
   It creates a combined `build/report.txt` by CPU, suitable for copy/pasting 
into a PR.
   
   Apply some cleanups:
   * Remove hardcoded lucene 10 jar, which was breaking the benchie: use a glob 
pattern instead.
   * Add graviton4 instance type (c8g) to the benchmark.
   


-- 
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: issues-unsubscr...@lucene.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to