mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Delete unused codes on locust_tasks file (#15081)
Signed-off-by: wangting0128 <ting.wang@zilliz.com>pull/15087/head
parent
fd1126d64c
commit
19aca9a653
|
@ -79,7 +79,6 @@ class Tasks(TaskSet):
|
|||
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"]], timeout=300)
|
||||
|
||||
@task
|
||||
|
|
Loading…
Reference in New Issue