mirror of https://github.com/milvus-io/milvus.git
[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
parent
e0cb8dd258
commit
033829dbbd
|
@ -153,6 +153,8 @@ def main():
|
|||
'--port',
|
||||
help='server port param for local mode',
|
||||
default='19530')
|
||||
|
||||
# Client configuration file
|
||||
arg_parser.add_argument(
|
||||
'--suite',
|
||||
metavar='FILE',
|
||||
|
|
Loading…
Reference in New Issue