未验证 提交 50e862d4 编写于 作者: W wt 提交者: GitHub

[skip ci] Add comments of client file on benchmark (#9351)

Signed-off-by: Nwangting0128 <ting.wang@zilliz.com>
上级 adbdfcbc
......@@ -157,6 +157,7 @@ class MilvusClient(object):
@time_wrapper
def insert_flush(self, entities, _async=False, collection_name=None):
# the method that included insert and flush
tmp_collection_name = self._collection_name if collection_name is None else collection_name
try:
insert_res = self._milvus.insert(tmp_collection_name, entities)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册