dsmiley opened a new pull request, #4194:
URL: https://github.com/apache/solr/pull/4194

   Our benchmark has some misc problems that have crept in because we don't 
have validation of them.  We have a test but we don't run the benchmarks 
themselves.  I'll separately work on getting a suitable CI job.
   
   The following can be run in solr/benchmark, which runs all benchmarks with 
very dialed down settings, nearly as much as possible.  Still; it does some 
work like indexing that can take time.
   
   > ./jmh.sh -bm ss -wi 0 -i 1 -f 1 -r 5 -foe true -jvmArgs -ea 
   
   I ran that when done and examined stdout and stderr.  a CI job will have to 
check the output for "Exception" since JMH often exits with status 0 when there 
were definitely problems.
   
   I also found it necessary to use Java 25, as Java 21 on my machine was 
failing (at least 2x in a row) on ExitableDirectoryReaderSearch.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to