Created by: lelelelelez
Required(必填, multiple choices, two at most)
-
PR type(PR 类型) is (C ): A. New features(新功能)---------------- D. Performance optimization(性能优化) B. Bug fixes(问题修复)------------------ E. Breaking changes(向后不兼容的改变) C. Function optimization(功能优化)------F. Others(其它)
-
PR changes(改动点)is (D ): A. OPs(operators)---------------------- C. Docs(文档) B. APIs(接口)--------------------------- D. Others(其它)
-
Use one sentence to describe what this PR does.(简述本次PR的目的和改动) 增加Linux与Mac端的CI buildlog中的编译时间等指标的输出
Optional(选填, If None, please delete it)
- Describe what this PR does in detail. If this PR fixes an issue, please give the issue id.
- PR_CI_CPU_Py2 :编译时间、Build目录大小、PRwhl包大小
- PR_CI_GPU_Py2_GCC8:编译时间、Build目录大小、PRwhl包大小
- PR_CI_Py35:编译时间、Build目录大小、PRwhl包大小、单测总时间、独占case时间、单卡case时间、2卡case时间 以及各个case的数量
- PR_CI_Inference:编译时间、Build目录大小、预测库测试case 耗时、训练库测试case 耗时
- PR_CI_Coverage:编译时间、Build目录大小、PRwhl包大小、单测总时间、独占case时间、单卡case时间、2卡case时间 以及各个case的数量
- MAC_PR_CI:编译时间、Build目录大小、PRwhl包大小、单测总时间
- MAC_PR_CI_python35:编译时间、Build目录大小、PRwhl包大小、单测总时间
-
If you modified docs, please make sure that both Chinese and English docs were modified and provide a preview screenshot. (文档必填)
-
Please write down other information you want to tell reviewers. 测试如下(可做初始参考):
- PR_CI_CPU_Py2 :Build Time: 120s;Build Size: 5.6G;PR whl Size: 88M
- PR_CI_GPU_Py2_GCC8:Build Time: 1102s;Build Size: 16G;PR whl Size: 115M
- PR_CI_Py35:Build Time: 1087s;Build Size: 16G;PR whl Size: 76M;TestCases Total Time: 2169s;single testcases count is 133;single testcases count is 756;single card TestCases Total Time: 1095s;multiple testcases count is 29;multiple card TestCases Total Time: 210s;exclusive testcases count is 41;exclusive TestCases Total Time: 842;
- PR_CI_Inference: Build Time: 1133s;Fluid lib build Size: 7.0G;Fluid lib testCase Time: 81s;Fluid train lib testCase Time: 12s
- PR_CI_Coverage:Build Time: 2958s;PR whl Size: 711M;Build Size: 143G;single card TestCases Total Time: 2678s;multiple card TestCases Total Time: 659s;exclusive TestCases Total Time: 984s;TestCases Total Time: 4344s;exclusive testcases count is 41;single testcases count is 130;single testcases count is 843;multiple testcases count is 30
- MAC_PR_CI:Build Time: 217s;Mac testCase Time: 1146s 7.MAC_PR_CI_python35:Build Time: 233s;Mac testCase Time: 1193s