mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add comments of benchmark (#11017)
Signed-off-by: wangting0128 <ting.wang@zilliz.com>pull/11020/head
parent
bb064e243f
commit
e6924c65b8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue