[skip ci] Add comment of get_deploy_mode func on benchmark (#8707)

Signed-off-by: wangting0128 <ting.wang@zilliz.com>
pull/8673/head
wt 2021-09-27 19:16:11 +08:00 committed by GitHub
parent 01ece9bba4
commit f966f3b0ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -111,6 +111,10 @@ def print_table(headers, columns, data):
def get_deploy_mode(deploy_params):
"""
Get the server deployment mode set in the yaml configuration file
single, cluster, cluster_3rd
"""
deploy_mode = None
if deploy_params:
milvus_params = None