[skip e2e] Delete unused codes on locust_tasks file (#15081)

Signed-off-by: wangting0128 <ting.wang@zilliz.com>
pull/15087/head
wt 2022-01-10 13:39:42 +08:00 committed by GitHub
parent fd1126d64c
commit 19aca9a653
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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