LUCENE-9193: fix documentation typo for gradle tests

This commit is contained in:
Robert Muir 2020-01-30 23:54:13 -05:00
parent 517438e356
commit ed7f507c3c
No known key found for this signature in database
GPG Key ID: 817AE1DD322D7ECA
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ gradlew -p lucene/core test -Ptests.profile=true -Ptests.profile.linenumbers=tru
Using these additional options will make the results more sparse, so it may be useful
to increase the top-N count:
gradlew -p lucene/core test -Ptests.profile=true -Ptests.count=100
gradlew -p lucene/core test -Ptests.profile=true -Ptests.profile.count=100
Testing against different JVMs
------------------------------