[skip ci] Delete unused codes of search on benchmark (#12960)

Signed-off-by: wangting0128 <ting.wang@zilliz.com>
pull/12964/head
wt 2021-12-08 13:33:22 +08:00 committed by GitHub
parent 9022a49d8a
commit 07548b9709
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

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