Skip to content

Commit

Permalink
[skip e2e] Removed unused codes on client file (milvus-io#14837)
Browse files Browse the repository at this point in the history
Signed-off-by: wangting0128 <ting.wang@zilliz.com>
  • Loading branch information
wangting0128 authored Jan 5, 2022
1 parent 88ec7c0 commit 7d610ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/benchmark/milvus_benchmark/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -330,9 +330,9 @@ def warm_query(self, index_field_name, search_param, metric_type, times=2):
"params": search_param}
}}
must_params = [vector_query]
query = {
"bool": {"must": must_params}
}
# query = {
# "bool": {"must": must_params}
# }
logger.debug("Start warm up query")
for i in range(times):
params = util.search_param_analysis(vector_query, None)
Expand Down

0 comments on commit 7d610ff

Please sign in to comment.