From b256a5b98ad8dcef66991fd507a0472bca94a9e1 Mon Sep 17 00:00:00 2001 From: wt Date: Tue, 21 Dec 2021 15:50:06 +0800 Subject: [PATCH] [skip e2e] Delete unused codes of update file on benchmark (#13859) Signed-off-by: wangting0128 --- tests/benchmark/milvus_benchmark/update.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/benchmark/milvus_benchmark/update.py b/tests/benchmark/milvus_benchmark/update.py index 1869f13f48..456677afea 100644 --- a/tests/benchmark/milvus_benchmark/update.py +++ b/tests/benchmark/milvus_benchmark/update.py @@ -164,8 +164,6 @@ def update_values(src_values_file, deploy_params_file): cluster = False if deploy_mode in [config.CLUSTER_DEPLOY_MODE, config.CLUSTER_3RD_DEPLOY_MODE]: cluster = True - # elif deploy_mode == config.CLUSTER_3RD_DEPLOY_MODE: - # cluster = True elif deploy_mode == config.SINGLE_DEPLOY_MODE: values_dict["cluster"]["enabled"] = False values_dict["etcd"]["replicaCount"] = 1