diff --git a/tests/benchmark/milvus_benchmark/parser.py b/tests/benchmark/milvus_benchmark/parser.py index 0bdb611c7a..b16ffa3cc1 100644 --- a/tests/benchmark/milvus_benchmark/parser.py +++ b/tests/benchmark/milvus_benchmark/parser.py @@ -5,6 +5,7 @@ logger = logging.getLogger("milvus_benchmark.parser") def operations_parser(operations): + """ get the type and params of test """ if not operations: raise Exception("No operations in suite defined") for run_type, run_params in operations.items():