Changes between Version 3 and Version 4 of JavaScript and DOM Benchmarks


Ignore:
Timestamp:
Mar 18, 2007 7:11:56 PM (17 years ago)
Author:
mjs@apple.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • JavaScript and DOM Benchmarks

    v3 v4  
    1717 * [http://72.14.203.104/search?q=cache:NafVOn4Ha9sJ:www.jorendorff.com/articles/javascript/speed-test.html+http://www.jorendorff.com/articles/javascript/speed-test.html&hl=en&ct=clnk&cd=1&gl=us&client=safari jorendorff.com JavaScript speed test (Google Cache copy)] - A wide variety of JS tests, includings strings, math and basic processing.
    1818 * [http://www.devpro.it/examples/loopsbench/ JavaScript for and while loop benchmark] - compares performance of different approaches to looping.
    19  
     19 * [http://wd-testnet.world-direct.at/mozilla/dhtml/funo/jsTimeTest.htm world-direct JavaScript time tests] - various pure JS microbenchmarks.
     20 * [http://www.xaprb.com/blog/2006/05/14/javascript-date-formatting-benchmarks/ Xaprb JS Date Formatting benchmarks] - various bits of date formatting code from real JS libraries.
     21
    2022=== Mixed JS and DOM ===
    2123
     
    2628 * [http://www.gloo.ru/blogs/gloom.dhtml_javascript_benchmark._l_en.wiki.aspx DHTML JavaScript Benchmark] - mix of DOM and JS
    2729 * iBench (JavaScript, HTML DOM, and XML DOM tests) - you need to install this on your own server (requires a Windows IIS installation to run). This is available from http://www.lionbridge.com/lionbridge/en-US/services/outsourced-testing/zdm-eula.htm The JavaScript test is mostly JavaScript but has a tiny handful of DOM dependencies.
     30 * [http://archive.dojotoolkit.org/nightly/bench/ Dojo Toolkit Benchmarks] - Assorted DOM and JS tests.