gerlowskija opened a new pull request, #123: URL: https://github.com/apache/solr-sandbox/pull/123
The main Solr repository offers a micro-benchmarking module at `solr/benchmark`, built on JMH. Though it's not always used this way, JMH shines when evaluating smaller chunks of code, or the impact of singular changes. It's not typically intended for running larger benchmarks of many HTTP requests, or tracking longitudinal performance drift over time. This PR introduces a benchmarking integration to tackle these larger "macro" questions. It consists of two Gradle modules: - **gatling-data-prep** - utilities for downloading and prepping the datasets needed for perf tests - **gatling-simulations** - the Gatling performance tests (i.e. "simulations" in Gatling terminology) themselves. Currently consists of a single configurable simulation that indexes Wikipedia documents into Solr. -- 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]
