custom_config.py 473 B

1234567891011121314151617
  1. #!/usr/bin/env python
  2. # -*- coding: utf-8 -*-
  3. ##################################################################
  4. #
  5. # Copyright (c) 2024 CICV, Inc. All Rights Reserved
  6. #
  7. ##################################################################
  8. """
  9. @Authors: yangzihao(yangzihao@china-icv.cn)
  10. @Data: 2024/09/03
  11. @Last Modified: 2024/09/03
  12. @Summary: Custom metric test module.
  13. """
  14. CSV_DATA_PATH = ""
  15. METRIC_FILE_PATH = ""
  16. CUSTOM_METRIC_LIST = []