1 | <html> |
---|
2 | <style> |
---|
3 | th { vertical-align:bottom; } |
---|
4 | td { |
---|
5 | padding:10px; |
---|
6 | text-align:right; |
---|
7 | } |
---|
8 | .computer { vertical-align:top; } |
---|
9 | </style> |
---|
10 | <body> |
---|
11 | <h3>Widget instantiation timing test results</h3> |
---|
12 | |
---|
13 | <table> |
---|
14 | |
---|
15 | <tr><th rowspan=2>Computer/OS</th><th rowspan=2>Browser</th><th colspan=3>Parsing</th><th colspan=3>Programmatic</th></tr> |
---|
16 | <tr> <th>100</th><th>500</th><th>1000</th><th>100</th><th>500</th><th>1000</th></tr> |
---|
17 | <tr><td class='computer' rowspan=3>MacBook Pro 2.16<br> OS 10.4 2GB RAM</td> |
---|
18 | <td>FF (2.0.0.3)</td> |
---|
19 | <td>303</td><td>1724</td><td>3505</td> |
---|
20 | <td>195</td><td>1006</td><td>2266</td> |
---|
21 | </tr> |
---|
22 | <tr><td>Safari (2.04)</td> |
---|
23 | <td>192</td><td>1460</td><td>4463</td> |
---|
24 | <td>142</td><td>895</td><td>2403</td> |
---|
25 | </tr> |
---|
26 | <tr><td>WebKit Nightly (21223)</td> |
---|
27 | <td>110</td><td>540</td><td>1096</td> |
---|
28 | <td>85</td><td>458</td><td>940</td> |
---|
29 | </tr> |
---|
30 | |
---|
31 | |
---|
32 | <tr><td class='computer' rowspan=2>Dell Precision 2.13 PPro<br> XP SP 2 - 2GB RAM</td> |
---|
33 | <td>FF (2.0.0.3)</td> |
---|
34 | <td>282</td><td>1266</td><td>2484</td> |
---|
35 | <td>250</td><td>890</td><td>1766</td> |
---|
36 | </tr> |
---|
37 | |
---|
38 | <tr> |
---|
39 | <td>IE7 (7.0.5730.11)</td> |
---|
40 | <td>303</td><td>2079</td><td>5172</td> |
---|
41 | <td>203</td><td>1140</td><td>2422</td> |
---|
42 | </tr> |
---|
43 | |
---|
44 | <tr><td><!--browser--></td> |
---|
45 | <td><!--100 parse--></td><td><!--500 parse--></td><td><!--1000 parse--></td> |
---|
46 | <td><!--100 code--></td><td><!--500 code--></td><td><!--1000 code--></td> |
---|
47 | </tr> |
---|
48 | </table> |
---|
49 | |
---|
50 | |
---|
51 | <H3>If you want to play:</H3> |
---|
52 | <p></p> |
---|
53 | <ol> |
---|
54 | <li> Run the following tests: |
---|
55 | <ul> |
---|
56 | <li><a href='http://dojotoolkit.org/~owen/bench/dojo/dijit/bench/test_Button-parse.php?count=100'>http://dojotoolkit.org/~owen/bench/dojo/dijit/bench/test_Button-parse.php?count=100</a></li> |
---|
57 | <li><a href='http://dojotoolkit.org/~owen/bench/dojo/dijit/bench/test_Button-programmatic.html?count=100'>http://dojotoolkit.org/~owen/bench/dojo/dijit/bench/test_Button-programmatic.html?count=100</a></li> |
---|
58 | </ul> |
---|
59 | <br> |
---|
60 | Change the "count=" to 100, 500, 1000 for each. |
---|
61 | <br><br> |
---|
62 | Restart the browser between each test/count. Run each test 3 times and record the smallest number. |
---|
63 | </li> |
---|
64 | <li>Record your tests in the copy of this file in SVN: <code>dijit/bench/test_Button-results.html</code> and check it in. Reference ticket #2968.</li> |
---|
65 | </ol> |
---|
66 | </body> |
---|