mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-07 01:28:27 +08:00
[skip ci] Update default param of port on benchmark (#9723)
Signed-off-by: wangting0128 <ting.wang@zilliz.com>
This commit is contained in:
parent
55193ec75a
commit
ce06b48452
@ -151,7 +151,7 @@ def main():
|
|||||||
arg_parser.add_argument(
|
arg_parser.add_argument(
|
||||||
'--port',
|
'--port',
|
||||||
help='server port param for local mode',
|
help='server port param for local mode',
|
||||||
default='19530')
|
default=config.SERVER_PORT_DEFAULT)
|
||||||
arg_parser.add_argument(
|
arg_parser.add_argument(
|
||||||
'--suite',
|
'--suite',
|
||||||
metavar='FILE',
|
metavar='FILE',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user