未验证 提交 523e48a5 编写于 作者: W wt 提交者: GitHub

[skip ci] Update scene test of benchmark (#9404)

Signed-off-by: Nwangting0128 <ting.wang@zilliz.com>
上级 5c8ed75b
......@@ -472,7 +472,7 @@ class MilvusClient(object):
logger.debug("[scene_test] Start insert : %s" % collection_name)
self.insert(entities, collection_name=collection_name)
logger.debug("[scene_test] Start flush : %s" % collection_name)
self.flush()
self.flush(collection_name=collection_name)
logger.debug("[scene_test] Start create index : %s" % collection_name)
self.create_index(field_name='float_vector', index_type="ivf_sq8", metric_type='l2',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册