[skip ci] Update default param of port on benchmark (#9723)

Signed-off-by: wangting0128 <ting.wang@zilliz.com>
pull/9743/head
wt 2021-10-12 19:12:51 +08:00 committed by GitHub
parent 55193ec75a
commit ce06b48452
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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',