未验证 提交 22c2411f 编写于 作者: W wt 提交者: GitHub

[skip ci] Update comments of parser on benchmark (#13423)

Signed-off-by: Nwangting0128 <ting.wang@zilliz.com>
上级 3d9f7fae
......@@ -64,7 +64,8 @@ def parse_ann_collection_name(collection_name):
def search_params_parser(param):
""" parser params of search interface and return top_ks, nqs, nprobes"""
""" Parser params of search interface and return top_ks, nqs, nprobes"""
# parse top-k, set default value if top-k not in param
if "top_ks" not in param:
top_ks = [10]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册