mirror of https://github.com/milvus-io/milvus.git
[skip ci] Update codes on benchmark (#10569)
Signed-off-by: wangting0128 <ting.wang@zilliz.com>pull/10601/head
parent
2ab7891102
commit
41493a4852
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue