From 847c9deee23935cf9f9a59bfdde5dc216426a9da Mon Sep 17 00:00:00 2001 From: wt Date: Mon, 13 Sep 2021 17:36:58 +0800 Subject: [PATCH] [skip ci] Add comment to func run_case on locust file (#7809) Signed-off-by: wangting0128 --- .../milvus_benchmark/milvus_benchmark/runners/locust.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests-deprecating/milvus_benchmark/milvus_benchmark/runners/locust.py b/tests-deprecating/milvus_benchmark/milvus_benchmark/runners/locust.py index 4bf268fa0f..ce5a492c94 100644 --- a/tests-deprecating/milvus_benchmark/milvus_benchmark/runners/locust.py +++ b/tests-deprecating/milvus_benchmark/milvus_benchmark/runners/locust.py @@ -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"]