[skip ci] Add logs for query func on benchmark (#10172)

Signed-off-by: wangting0128 <ting.wang@zilliz.com>
pull/10190/head
wt 2021-10-19 16:59:02 +08:00 committed by GitHub
parent 76c7b342bc
commit 8cca59aaf3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -308,6 +308,7 @@ class MilvusClient(object):
params = util.search_param_analysis(vector_query, filter_query)
params.update({"timeout": timeout})
logger.debug("Params of search : %s" % str(params))
result = self._milvus.search(tmp_collection_name, **params)
# must_params = [vector_query]