mirror of https://github.com/milvus-io/milvus.git
[skip ci] add annotation of benchmark test case (#7649)
Signed-off-by: wangting0128 <ting.wang@zilliz.com>pull/7668/head
parent
b9aba11096
commit
35d385dba7
|
@ -74,6 +74,7 @@ class Tasks(TaskSet):
|
|||
|
||||
@task
|
||||
def get(self):
|
||||
""" query interface """
|
||||
op = "get"
|
||||
# ids = [random.randint(1, 10000000) for _ in range(self.params[op]["ids_length"])]
|
||||
self.client.get(self.values["get_ids"][:self.params[op]["ids_length"]])
|
||||
|
|
Loading…
Reference in New Issue