[skip ci] Remove unused code of benchmark (#10650)

Signed-off-by: wangting0128 <ting.wang@zilliz.com>
pull/10652/head
wt 2021-10-26 14:42:21 +08:00 committed by GitHub
parent eaeb57479c
commit 67cf56b276
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 5 deletions

View File

@ -433,11 +433,6 @@ class MilvusClient(object):
i = 0
while i < timeout:
try:
# row_count = self.count(collection_name=collection_name)
# if row_count:
# time.sleep(1)
# i = i + 1
# continue
res = self._milvus.has_collection(collection_name)
if res:
time.sleep(1)