Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions solrorbit/benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -701,6 +701,14 @@ def add_workload_source(subparser):
default=False,
help="If any processes is running, it is going to kill them and allow solr-orbit to continue to run."
)
test_run_parser.add_argument(
"--allow-unsupported-user-managed",
action="store_true",
default=False,
help="Skip the SolrCloud mode requirement check and run against a user-managed "
"(non-cloud) target anyway (default: false). Use at your own risk; many operations only "
"work in SolrCloud mode."
)
test_run_parser.add_argument(
"--latency-percentiles",
help=f"A comma-separated list of percentiles to report for latency "
Expand Down
Loading