[skip ci] Add comments of benchmark (#11017)

Signed-off-by: wangting0128 <ting.wang@zilliz.com>
pull/11020/head
wt 2021-11-01 18:07:53 +08:00 committed by GitHub
parent bb064e243f
commit e6924c65b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -92,6 +92,7 @@ class BaseRunner(object):
# TODO: need to improve
def insert(self, milvus, collection_name, data_type, dimension, size, ni):
""" insert data to collection before testing """
total_time = 0.0
rps = 0.0
ni_time = 0.0