diff --git a/tests/benchmark/milvus_benchmark/client.py b/tests/benchmark/milvus_benchmark/client.py index b0790aaa2a..e18cc3e6bf 100644 --- a/tests/benchmark/milvus_benchmark/client.py +++ b/tests/benchmark/milvus_benchmark/client.py @@ -87,6 +87,7 @@ class MilvusClient(object): return 'Milvus collection %s' % self._collection_name def set_collection(self, collection_name): + """ seting collection name """ self._collection_name = collection_name # TODO: server not support