[skip ci] Add comments of local file on benchmark (#9349)

Signed-off-by: wangting0128 <ting.wang@zilliz.com>
This commit is contained in:
wt 2021-10-06 21:04:26 +08:00 committed by GitHub
parent 6ed2675b76
commit f7707d4ba2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,6 +6,7 @@ logger = logging.getLogger("milvus_benchmark.env.local")
class LocalEnv(BaseEnv):
"""docker env class wrapper"""
""" The current method of using the deployed Kubernetes environment to call """
env_mode = "local"
def __init__(self, deploy_mode=None):