ChrisHegarty commented on PR #13351:
URL: https://github.com/apache/lucene/pull/13351#issuecomment-2102206160

   I updated the default setting of `tests.defaultvectorization` to include 
when `default` is randomly selected. E.g.
   
   ```
   $ ./gradlew :lucene:core:testOpts | egrep 
".*defaultvectorization.*|.*vectorsize.*|.*forceintegervectors.*|.*jvmargs.*"
   C tests.defaultvectorization = true     # (!= default: computed) Uses 
defaults for running tests with correct JVM settings to test Panama 
vectorization (tests.jvmargs, tests.vectorsize, tests.forceintegervectors).
   C tests.forceintegervectors = false    # (!= default: computed) Forces use 
of integer vectors even when slow.
   C tests.jvmargs            =          # (!= default: computed) Arguments 
passed to each forked JVM.
   C tests.vectorsize         = default  # (!= default: computed) Sets 
preferred vector size in bits.
   ```


-- 
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