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

Signed-off-by: wangting0128 <ting.wang@zilliz.com>
pull/9590/head
wt 2021-10-09 17:51:18 +08:00 committed by GitHub
parent d0bc0cd697
commit 47110423b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -224,6 +224,7 @@ class MilvusClient(object):
@time_wrapper
def delete(self, ids, collection_name=None):
# delete entity by id
tmp_collection_name = self._collection_name if collection_name is None else collection_name
self._milvus.delete_entity_by_id(tmp_collection_name, ids)