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',
|
'--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',
|
||||||
|
|
Loading…
Reference in New Issue