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
5 changes: 3 additions & 2 deletions python/cuvs_bench/cuvs_bench/run/__main__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2024, NVIDIA CORPORATION.
# Copyright (c) 2024-2025, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -112,6 +112,7 @@
@click.option(
"-m",
"--search-mode",
type=click.Choice(["latency", "throughput"], case_sensitive=False),
default="latency",
show_default=True,
prompt='Enter the search mode ("latency" or "throughput")',
Expand All @@ -135,7 +136,7 @@
"--dry-run",
is_flag=True,
help="Dry-run mode will convert the yaml config for the specified "
"algorithms and datasets to the json format thats consumed "
"algorithms and datasets to the json format that's consumed "
"by the lower-level c++ binaries and then print the command to "
"run execute the benchmarks but will not actually execute "
"the command.",
Expand Down