[skip ci] Update params of start_up func on benchmark (#9724)

Signed-off-by: wangting0128 <ting.wang@zilliz.com>
This commit is contained in:
wt 2021-10-12 19:14:48 +08:00 committed by GitHub
parent ce06b48452
commit 338abfdf0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ class BaseEnv(object):
self._hostname = None
self._port = config.SERVER_PORT_DEFAULT
def start_up(self):
def start_up(self, **kwargs):
logger.debug("IN ENV CLASS")
pass