[skip ci] Add comments of run suite on benchmark (#9279)

Signed-off-by: wangting0128 <ting.wang@zilliz.com>
pull/9286/head
wt 2021-10-05 20:50:31 +08:00 committed by GitHub
parent 69d81c0f81
commit 552b70575f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ def get_image_tag(image_version):
def run_suite(run_type, suite, env_mode, env_params, timeout=None):
try:
start_status = False
# Initialize the class of the reported metric
metric = api.Metric()
deploy_mode = env_params["deploy_mode"]
deploy_opology = env_params["deploy_opology"] if "deploy_opology" in env_params else None