mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add params of benchmark (#10645)
Signed-off-by: wangting0128 <ting.wang@zilliz.com>pull/10652/head
parent
3d21ddc6a9
commit
3f1be047e8
|
@ -25,6 +25,7 @@ def setup_logging(config_path=LOG_CONFIG_PATH, default_level=logging.INFO):
|
|||
|
||||
class GlobalParams:
|
||||
log_file_path = FILE_NAME
|
||||
metric = None
|
||||
|
||||
|
||||
global_params = GlobalParams()
|
||||
|
|
Loading…
Reference in New Issue