#!/usr/bin/env python # -*- coding: utf-8 -*- ################################################################## # # Copyright (c) 2024 CICV, Inc. All Rights Reserved # ################################################################## """ @Authors: yangzihao(yangzihao@china-icv.cn) @Data: 2024/09/03 @Last Modified: 2024/09/03 @Summary: Custom metric test module. """ CSV_DATA_PATH = "" METRIC_FILE_PATH = "" CUSTOM_METRIC_LIST = []