mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add comment to func run_case on locust file (#7809)
Signed-off-by: wangting0128 <ting.wang@zilliz.com>pull/7815/head
parent
52b0256785
commit
847c9deee2
|
@ -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"]
|
||||
|
|
Loading…
Reference in New Issue