diff options
author | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2008-11-14 15:39:19 +0000 |
---|---|---|
committer | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2008-11-14 15:39:19 +0000 |
commit | 1c5685d68f1b73270fb814fe04cbb490eb90ba5f (patch) | |
tree | 3d3ada08a934b96fc31531f1327690d7edc6f766 /includes/js/dijit/bench/test_button-results.html | |
parent | 104d59099e048688c4dbac37d72137006e396558 (diff) | |
download | semanticscuttle-1c5685d68f1b73270fb814fe04cbb490eb90ba5f.tar.gz semanticscuttle-1c5685d68f1b73270fb814fe04cbb490eb90ba5f.tar.bz2 |
Minor fix: Remove DOJO library (60Mo) replaced by link to Google CDN (online DOJO library)
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@159 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'includes/js/dijit/bench/test_button-results.html')
-rw-r--r-- | includes/js/dijit/bench/test_button-results.html | 66 |
1 files changed, 0 insertions, 66 deletions
diff --git a/includes/js/dijit/bench/test_button-results.html b/includes/js/dijit/bench/test_button-results.html deleted file mode 100644 index c9fa520..0000000 --- a/includes/js/dijit/bench/test_button-results.html +++ /dev/null @@ -1,66 +0,0 @@ -<html> -<style> - th { vertical-align:bottom; } - td { - padding:10px; - text-align:right; - } - .computer { vertical-align:top; } -</style> -<body> -<h3>Widget instantiation timing test results</h3> - -<table> - -<tr><th rowspan=2>Computer/OS</th><th rowspan=2>Browser</th><th colspan=3>Parsing</th><th colspan=3>Programmatic</th></tr> -<tr> <th>100</th><th>500</th><th>1000</th><th>100</th><th>500</th><th>1000</th></tr> -<tr><td class='computer' rowspan=3>MacBook Pro 2.16<br> OS 10.4 2GB RAM</td> - <td>FF (2.0.0.3)</td> - <td>303</td><td>1724</td><td>3505</td> - <td>195</td><td>1006</td><td>2266</td> -</tr> -<tr><td>Safari (2.04)</td> - <td>192</td><td>1460</td><td>4463</td> - <td>142</td><td>895</td><td>2403</td> -</tr> -<tr><td>WebKit Nightly (21223)</td> - <td>110</td><td>540</td><td>1096</td> - <td>85</td><td>458</td><td>940</td> -</tr> - - -<tr><td class='computer' rowspan=2>Dell Precision 2.13 PPro<br> XP SP 2 - 2GB RAM</td> - <td>FF (2.0.0.3)</td> - <td>282</td><td>1266</td><td>2484</td> - <td>250</td><td>890</td><td>1766</td> -</tr> - -<tr> - <td>IE7 (7.0.5730.11)</td> - <td>303</td><td>2079</td><td>5172</td> - <td>203</td><td>1140</td><td>2422</td> -</tr> - -<tr><td><!--browser--></td> - <td><!--100 parse--></td><td><!--500 parse--></td><td><!--1000 parse--></td> - <td><!--100 code--></td><td><!--500 code--></td><td><!--1000 code--></td> -</tr> -</table> - - -<H3>If you want to play:</H3> -<p></p> -<ol> - <li> Run the following tests: - <ul> - <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> - <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> - </ul> - <br> - Change the "count=" to 100, 500, 1000 for each. - <br><br> - Restart the browser between each test/count. Run each test 3 times and record the smallest number. - </li> - <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> -</ol> -</body> |