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