mirror of https://github.com/milvus-io/milvus.git
[skip ci] Update params of start_up func on benchmark (#9724)
Signed-off-by: wangting0128 <ting.wang@zilliz.com>pull/9743/head
parent
ce06b48452
commit
338abfdf0c
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue