mirror of https://github.com/milvus-io/milvus.git
[skip ci] Update default param of port on benchmark (#9723)
Signed-off-by: wangting0128 <ting.wang@zilliz.com>pull/9743/head
parent
55193ec75a
commit
ce06b48452
|
@ -151,7 +151,7 @@ def main():
|
|||
arg_parser.add_argument(
|
||||
'--port',
|
||||
help='server port param for local mode',
|
||||
default='19530')
|
||||
default=config.SERVER_PORT_DEFAULT)
|
||||
arg_parser.add_argument(
|
||||
'--suite',
|
||||
metavar='FILE',
|
||||
|
|
Loading…
Reference in New Issue