epugh opened a new pull request, #49:
URL: https://github.com/apache/solr-orbit/pull/49

   ### Description
   Turns out you can use solr-orbit with non cloud:
   
   ```
   solr-orbit run \
     --pipeline=benchmark-only \
     --target-host=localhost:8983 \
     --kill-running-processes \
     --workload=nyc_taxis \
     --test-mode \
     --include-tasks="check-cluster-health,index"
   ```
   
   This introduces a switch that, when you combine it with smart use of 
`--include-tasks` allows you to use it with standalone, but with caveats.
   
   ### Testing
   - [ ] New functionality includes testing
   unit test, and then manually.
   
   ---
   By submitting this pull request, I confirm that my contribution is made 
under the terms of the Apache 2.0 license.
   


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