mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add comment of get_deploy_mode func on benchmark (#8707)
Signed-off-by: wangting0128 <ting.wang@zilliz.com>pull/8673/head
parent
01ece9bba4
commit
f966f3b0ae
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue