[Webkit-unassigned] [Bug 48374] run-webkit-tests takes 20 minutes longer on a Debug build than on a Release build on Windows

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 3 16:24:12 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=48374





--- Comment #6 from Adam Roben (aroben) <aroben at apple.com>  2011-02-03 16:24:12 PST ---
I realized that just looking at proportional time increases might be helpful. So I divided the amount of time the test took in a Debug build by how long it took in a Release build, and found the 40 tests with the highest ratio:

137.80 fast/parser/element-nesting-cap.html
63.50 fast/xpath/attr-namespace.html
41.67 fast/parser/block-nesting-cap-table.html
29.79 fast/parser/block-nesting-cap.html
27.50 ietestcenter/Javascript/15.4.4.18-7-c-ii-1.html
27.42 ietestcenter/Javascript/15.4.4.20-9-c-ii-1.html
26.81 ietestcenter/Javascript/15.4.4.16-7-c-ii-2.html
26.05 ietestcenter/Javascript/15.4.4.19-8-c-ii-1.html
26.05 ietestcenter/Javascript/15.4.4.17-7-c-ii-2.html
25.12 fast/js/sputnik/Conformance/15_Native_Objects/15.1_The_Global_Object/15.1.3/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.12_T2.html
25.06 fast/js/sputnik/Conformance/15_Native_Objects/15.1_The_Global_Object/15.1.3/15.1.3.1_decodeURI/S15.1.3.1_A1.12_T2.html
25.00 fast/js/sputnik/Conformance/15_Native_Objects/15.1_The_Global_Object/15.1.3/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.10_T1.html
24.18 fast/js/sputnik/Conformance/15_Native_Objects/15.1_The_Global_Object/15.1.3/15.1.3.1_decodeURI/S15.1.3.1_A1.2_T2.html
24.18 fast/js/sputnik/Conformance/15_Native_Objects/15.1_The_Global_Object/15.1.3/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.2_T2.html
24.00 fast/js/sputnik/Conformance/15_Native_Objects/15.1_The_Global_Object/15.1.3/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.11_T1.html
23.94 fast/js/sputnik/Conformance/15_Native_Objects/15.1_The_Global_Object/15.1.3/15.1.3.1_decodeURI/S15.1.3.1_A1.12_T3.html
23.94 fast/js/sputnik/Conformance/15_Native_Objects/15.1_The_Global_Object/15.1.3/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.11_T2.html
23.94 fast/js/sputnik/Conformance/15_Native_Objects/15.1_The_Global_Object/15.1.3/15.1.3.1_decodeURI/S15.1.3.1_A1.12_T1.html
23.94 fast/js/sputnik/Conformance/15_Native_Objects/15.1_The_Global_Object/15.1.3/15.1.3.1_decodeURI/S15.1.3.1_A1.11_T1.html
23.88 fast/js/sputnik/Conformance/15_Native_Objects/15.1_The_Global_Object/15.1.3/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.12_T1.html
23.88 fast/js/sputnik/Conformance/15_Native_Objects/15.1_The_Global_Object/15.1.3/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.12_T3.html
23.82 fast/js/sputnik/Conformance/15_Native_Objects/15.1_The_Global_Object/15.1.3/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.2_T1.html
23.82 fast/js/sputnik/Conformance/15_Native_Objects/15.1_The_Global_Object/15.1.3/15.1.3.1_decodeURI/S15.1.3.1_A1.2_T1.html
23.65 fast/js/sputnik/Conformance/15_Native_Objects/15.1_The_Global_Object/15.1.3/15.1.3.1_decodeURI/S15.1.3.1_A1.10_T1.html
23.20 http/tests/xmlhttprequest/origin-whitelisting-all.html
23.03 ietestcenter/Javascript/15.4.4.14-10-1.html
22.56 fast/js/sputnik/Conformance/15_Native_Objects/15.1_The_Global_Object/15.1.3/15.1.3.1_decodeURI/S15.1.3.1_A1.11_T2.html
22.46 ietestcenter/Javascript/15.4.4.15-9-1.html
22.37 fast/js/function-apply-many-args.html
20.13 fast/js/function-apply.html
19.50 fast/xmlhttprequest/xmlhttprequest-bad-mimetype.html
19.45 fast/js/sputnik/Unicode/Unicode_500/S7.6_A3.2.html
18.67 fast/js/sputnik/Conformance/15_Native_Objects/15.1_The_Global_Object/15.1.3/15.1.3.4_encodeURIComponent/S15.1.3.4_A1.3_T1.html
18.67 fast/js/sputnik/Conformance/15_Native_Objects/15.1_The_Global_Object/15.1.3/15.1.3.3_encodeURI/S15.1.3.3_A1.3_T1.html
18.53 fast/js/sputnik/Conformance/07_Lexical_Conventions/7.4_Comments/S7.4_A5.html
18.52 fast/js/sputnik/Unicode/Unicode_410/S7.6_A3.2.html
18.21 fast/js/sputnik/Unicode/Unicode_410/S7.6_A3.1.html
18.07 fast/js/toString-and-valueOf-override.html
17.88 fast/js/sputnik/Unicode/Unicode_510/S7.6_A3.2.html
17.78 fast/js/large-expressions.html

For example, if fast/js/large-expressions.html takes 1s in a Release build, it takes 17.78s in a Debug build.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list