From 41493a48524bc6ded1e32fa972e4249014e3f64e Mon Sep 17 00:00:00 2001 From: wt Date: Mon, 25 Oct 2021 19:34:16 +0800 Subject: [PATCH] [skip ci] Update codes on benchmark (#10569) Signed-off-by: wangting0128 --- tests/benchmark/milvus_benchmark/update.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/tests/benchmark/milvus_benchmark/update.py b/tests/benchmark/milvus_benchmark/update.py index f32162717f..e986c10670 100644 --- a/tests/benchmark/milvus_benchmark/update.py +++ b/tests/benchmark/milvus_benchmark/update.py @@ -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: