[skip ci] Add comment to func run_case on locust file (#7809)

Signed-off-by: wangting0128 <ting.wang@zilliz.com>
This commit is contained in:
wt 2021-09-13 17:36:58 +08:00 committed by GitHub
parent 52b0256785
commit 847c9deee2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,6 +16,7 @@ class LocustRunner(BaseRunner):
super(LocustRunner, self).__init__(env, metric)
def run_case(self, case_metric, **case_param):
""" start running locust test """
collection_name = case_param["collection_name"]
task = case_param["task"]
connection_type = case_param["connection_type"]