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

[skip ci] Add test case of benchmark (#8297)

Signed-off-by: Nwangting0128 <ting.wang@zilliz.com>
上级 138abfef
......@@ -82,4 +82,6 @@ class Tasks(TaskSet):
@task
def scene_test(self):
pass
op = "scene_test"
collection_name = op + '_' + str(random.randint(1, 10000)) + '_' + str(random.randint(10001, 999999))
self.client.scene_test(collection_name, vectors=self.values["X"][:3000], ids=self.values["ids"][:3000])
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册