[skip ci] Add a comment to the client config of the startup parameters on benchmark (#9158)

Signed-off-by: wangting0128 <ting.wang@zilliz.com>
pull/9163/head
wt 2021-10-03 21:08:05 +08:00 committed by GitHub
parent e0cb8dd258
commit 033829dbbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -153,6 +153,8 @@ def main():
'--port', '--port',
help='server port param for local mode', help='server port param for local mode',
default='19530') default='19530')
# Client configuration file
arg_parser.add_argument( arg_parser.add_argument(
'--suite', '--suite',
metavar='FILE', metavar='FILE',