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

   quick smoke test on benchmarking side, I tried running the existing 
`CloudIndexing` benchmark and numbers seem pretty close (I am sure there are 
more opportunities for improvement but I did not spend much time on this):
   
   * 5 threads indexing over 60 seconds
   
   ```
   ./jmh.sh -wi 1 -i 1 -r 60 CloudIndexing -t 5 -p nodeCount=1 -p numShards=1 
-p numReplicas=1 -p useStringUtf8Over=0 -p directBuffer=true
   ```
   
   * PR
   
   ```
   Benchmark                    (directBuffer)  (nodeCount)  (numReplicas)  
(numShards)  (scale)  (useStringUtf8Over)   Mode  Cnt      Score   Error  Units
   CloudIndexing.indexLargeDoc            true            1              1      
      1        1                    0  thrpt        1116.343          ops/s
   CloudIndexing.indexSmallDoc            true            1              1      
      1        1                    0  thrpt       29966.343          ops/s
   ```
   
   * MAIN
   
   ```
   Benchmark                    (directBuffer)  (nodeCount)  (numReplicas)  
(numShards)  (scale)  (useStringUtf8Over)   Mode  Cnt      Score   Error  Units
   CloudIndexing.indexLargeDoc            true            1              1      
      1        1                    0  thrpt        1419.507          ops/s
   CloudIndexing.indexSmallDoc            true            1              1      
      1        1                    0  thrpt       30111.511          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