[skip ci] add annotation of benchmark test case (#7649)

Signed-off-by: wangting0128 <ting.wang@zilliz.com>
pull/7668/head
wt 2021-09-09 17:46:07 +08:00 committed by GitHub
parent b9aba11096
commit 35d385dba7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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"]])