From c3501b564e9f9d2c576c4e1c0372c2ccdbfd2707 Mon Sep 17 00:00:00 2001 From: wt Date: Fri, 8 Oct 2021 17:50:56 +0800 Subject: [PATCH] [skip ci] Add comments of client file on benchmark (#9487) Signed-off-by: wangting0128 --- tests/benchmark/milvus_benchmark/client.py | 1 + 1 file changed, 1 insertion(+) 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