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

Signed-off-by: wangting0128 <ting.wang@zilliz.com>
This commit is contained in:
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

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):