diff options
Diffstat (limited to 'SunSpider/hosted/sunspider.html')
-rw-r--r-- | SunSpider/hosted/sunspider.html | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/SunSpider/hosted/sunspider.html b/SunSpider/hosted/sunspider.html index f7dfd42..ac65970 100644 --- a/SunSpider/hosted/sunspider.html +++ b/SunSpider/hosted/sunspider.html @@ -2,6 +2,8 @@ <html> <head> +<meta charset=utf8> + <!-- Copyright (C) 2007 Apple Inc. All rights reserved. @@ -26,14 +28,13 @@ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --> - -<title>SunSpider JavaScript Benchmark</title> -<link rel="stylesheet" href="sunspider.css"></link> +<title>SunSpider 0.9.1 JavaScript Benchmark</title> +<link rel="stylesheet" href="sunspider.css"> </head> <body> -<h2><span id="logo">☀</span>SunSpider JavaScript Benchmark</h2> +<h2><span id="logo">☀</span>SunSpider 0.9.1 JavaScript Benchmark</h2> <p>This is SunSpider, a JavaScript benchmark. This benchmark tests the core JavaScript language only, not the DOM or other browser APIs. It @@ -69,10 +70,12 @@ significant.</dd> </dl> -<p><a href="sunspider-driver.html">Start Now!</a><br> +<p><b>Current version - sunspider-0.9.1:</b> <a href="sunspider-0.9.1/driver.html">Start Now!</a><br> <small>(When you run the benchmark, be patient - it loops through all of the test cases five times and can take a minute or longer to complete.)</small></p> +<a href="versions.html">All versions.</a> + </body> </html> |