We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf49f08 commit 4bc590aCopy full SHA for 4bc590a
codeflash/cli_cmds/cmd_init.py
@@ -265,7 +265,7 @@ def collect_setup_info() -> SetupInfo:
265
266
benchmarks_answer = inquirer_wrapper(
267
inquirer.list_input,
268
- message="Where are your benchmarks located? (benchmarks must be a sub directory of your tests root directory)",
+ message="Where are your performance benchmarks located? (benchmarks must be a sub directory of your tests root directory)",
269
choices=benchmarks_options,
270
default=(
271
default_benchmarks_subdir if default_benchmarks_subdir in benchmarks_options else benchmarks_options[0]),
0 commit comments