Skip to content

Commit

Permalink
Fix comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
hongtaozhang committed Dec 5, 2024
1 parent 92b75e6 commit d444c63
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion superbench/benchmarks/micro_benchmarks/nvbandwidth.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,11 @@ def add_parser_arguments(self):
type=str,
default=[],
required=False,
help='Specify the test case(s) to run, either by name or index. By default, all test cases are executed.',
help=(
'Specify the test case(s) to execute, either by name or index. '
'To view the available test case names or indices, run the command nvbandwidth on the host. '
'If no specific test case is specified, all test cases will be executed by default.'
),
)

self._parser.add_argument(
Expand Down

0 comments on commit d444c63

Please sign in to comment.