[skip ci] Update codes of search (#12056)

Signed-off-by: wangting0128 <ting.wang@zilliz.com>
pull/12116/head
wt 2021-11-18 22:15:44 +08:00 committed by GitHub
parent e00976fddb
commit 3457b23922
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -270,7 +270,7 @@ class InsertSearchRunner(BaseRunner):
def run_case(self, case_metric, **case_param):
run_count = case_param["run_count"]
avg_query_time = 0.0
# avg_query_time = 0.0
min_query_time = 0.0
total_query_time = 0.0
for i in range(run_count):