mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-11-30 19:08:30 +08:00
[skip ci] Update params of start_up func on benchmark (#9724)
Signed-off-by: wangting0128 <ting.wang@zilliz.com>
This commit is contained in:
parent
ce06b48452
commit
338abfdf0c
2
tests/benchmark/milvus_benchmark/env/base.py
vendored
2
tests/benchmark/milvus_benchmark/env/base.py
vendored
@ -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
Block a user