1 <!DOCTYPE html> 2 <html> 3 <head> 4 5 <meta charset=utf8> 6 7 <!-- 8 Copyright (C) 2007 Apple Inc. All rights reserved. 9 10 Redistribution and use in source and binary forms, with or without 11 modification, are permitted provided that the following conditions 12 are met: 13 1. Redistributions of source code must retain the above copyright 14 notice, this list of conditions and the following disclaimer. 15 2. Redistributions in binary form must reproduce the above copyright 16 notice, this list of conditions and the following disclaimer in the 17 documentation and/or other materials provided with the distribution. 18 19 THIS SOFTWARE IS PROVIDED BY APPLE COMPUTER, INC. ``AS IS'' AND ANY 20 EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 21 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 22 PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE COMPUTER, INC. OR 23 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 24 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 25 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 26 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY 27 OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 28 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 29 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 30 --> 31 32 <title>SunSpider 0.9.1 JavaScript Benchmark</title> 33 <link rel="stylesheet" href="sunspider.css"> 34 </head> 35 36 <body> 37 38 <h2><span id="logo">☀</span>SunSpider 0.9.1 JavaScript Benchmark</h2> 39 40 <p>This is SunSpider, a JavaScript benchmark. This benchmark tests the 41 core JavaScript language only, not the DOM or other browser APIs. It 42 is designed to compare different versions of the same browser, and 43 different browsers to each other.</p> 44 45 <p>This version of the harness is 0.9.1. This page lists all versions 46 of the test content:</p> 47 48 <ul> 49 <li><a href="sunspider-0.9/driver.html">Version 0.9</a></li> 50 <li><a href="sunspider-0.9.1/driver.html">Version 0.9.1</a></li> 51 </ul> 52 53 </body> 54 <html> 55