From d444c630c04b22bacca56725c11d37117eb3e4c6 Mon Sep 17 00:00:00 2001 From: hongtaozhang Date: Wed, 4 Dec 2024 17:32:12 -0800 Subject: [PATCH] Fix comments. --- superbench/benchmarks/micro_benchmarks/nvbandwidth.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/superbench/benchmarks/micro_benchmarks/nvbandwidth.py b/superbench/benchmarks/micro_benchmarks/nvbandwidth.py index 2da4eda2a..1f7fa9544 100644 --- a/superbench/benchmarks/micro_benchmarks/nvbandwidth.py +++ b/superbench/benchmarks/micro_benchmarks/nvbandwidth.py @@ -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(