[skip ci] Update logs of benchmark (#13169)

Signed-off-by: wangting0128 <ting.wang@zilliz.com>
pull/13198/head
wt 2021-12-10 21:04:33 +08:00 committed by GitHub
parent 60f6da6ba0
commit 8e08600c75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ def update_values(src_values_file, deploy_params_file):
logging.error(str(e))
raise Exception("File not found")
deploy_mode = utils.get_deploy_mode(deploy_params)
print(deploy_mode)
print("[benchmark update] deploy_mode: %s" % str(deploy_mode))
cluster = False
values_dict["service"]["type"] = "ClusterIP"
if deploy_mode != config.DEFUALT_DEPLOY_MODE: