stillalex commented on PR #1706:
URL: https://github.com/apache/solr/pull/1706#issuecomment-1595842473

   discovered a hidden feature of the benchmark, turns out you can run the 
following and it will only perform the `intSet` and `intDvSet` benchmarks! 
   ```
   ./jmh.sh NumericSearch.int
   ```
   
   just in case it helps, providing my numbers for reference:
   * with patch applied but disabled (just commented out that code addition)
   
   ```
   Benchmark                Mode  Cnt     Score    Error  Units
   NumericSearch.intDvSet  thrpt    5  1981.450 ± 22.090  ops/s
   NumericSearch.intSet    thrpt    5  1865.810 ± 24.893  ops/s
   ```
   
   * with patch
   
   ```
   Benchmark                Mode  Cnt     Score    Error  Units
   NumericSearch.intDvSet  thrpt    5  1907.598 ± 35.759  ops/s
   NumericSearch.intSet    thrpt    5  1880.214 ± 68.973  ops/s
   ```
   
   so if I am reading this correctly, I am seeing an improvement from `22.090  
ops/s` to `35.759  ops/s`.
   
   
   
   
   


-- 
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...@solr.apache.org

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


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

Reply via email to