未验证 提交 ca74dd3c 编写于 作者: W wuhuanzhou 提交者: GitHub

fix case name error when op benchmark ci auto-retry, test=document_fix (#30322)

上级 75936d83
......@@ -127,7 +127,7 @@ def update_api_info_file(fail_case_list, api_info_file):
check_path_exists(api_info_file)
# set of case names for performance check failures
fail_case_set = set(map(lambda x: x.split('_')[0], fail_case_list))
fail_case_set = set(map(lambda x: x.rsplit('_', 1)[0], fail_case_list))
# list of api infos for performance check failures
api_info_list = list()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册