[skip ci] Update codes on benchmark (#10569)

Signed-off-by: wangting0128 <ting.wang@zilliz.com>
pull/10601/head
wt 2021-10-25 19:34:16 +08:00 committed by GitHub
parent 2ab7891102
commit 41493a4852
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 4 deletions

View File

@ -30,11 +30,12 @@ def parse_server_tag(server_tag):
return {"cpus": cpus, "mems": mems, "gpus": gpus}
"""
description: update values.yaml
return: no return
"""
def update_values(src_values_file, deploy_params_file):
"""
description: update values.yaml
return: no return
"""
# deploy_mode, hostname, server_tag, milvus_config, server_config=None
try:
with open(src_values_file) as f: