mocobeta edited a comment on pull request #481: URL: https://github.com/apache/lucene/pull/481#issuecomment-980814245
Ok I found the datasets download tasks. `gradlew tasks` now shows: ``` Utility launchers tasks ----------------------- run - Run a perf test (optional: -PtaskAlg=conf/your-algorithm-file -PmaxHeapSize=1G). Before running this, you need to download the dataset the benchmark run against (e.g., by getReuters task). See dataset download tasks for more details. ``` (`gradlew :helpBenchmark` could also be in there, if such doc is maintainable.) I think it would be more helpful for the majority of developers to show that in the first place, than showing the luke module's run task. -- 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]
