arewefastyet/website/index.html

159 строки
7.6 KiB
HTML
Исходник Обычный вид История

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta http-equiv="content-language" content="en">
<title>ARE WE FAST YET?</title>
<link rel="stylesheet" title="Default Stylesheet" type="text/css" href="style.css">
2015-08-10 16:05:25 +03:00
<link rel="shortcut icon" href="//www.arewefastyet.com/awfy_favicon.png">
<link href='//fonts.googleapis.com/css?family=Lato' rel='stylesheet' type='text/css'>
<script type="text/javascript" src="jquery/jquery-1.8.3.min.js"></script>
<script type="text/javascript" src="jquery/jquery.ba-hashchange.min.js"></script>
<script type="text/javascript" src="flot/jquery.flot.js"></script>
<script type="text/javascript" src="flot/jquery.flot.selection.js"></script>
<script type="text/javascript" src="data.php?file=master.js"></script>
<script type="text/javascript" src="awfy.js"></script>
<script type="text/javascript" src="frontpage.js"></script>
<script type="text/javascript" src="tooltip.js"></script>
</head>
<body>
2014-07-24 02:36:27 +04:00
<!--[if IE 6]><body class="ie ie6"><![endif]-->
<!--[if IE 7]><body class="ie ie7"><![endif]-->
<!--[if IE 8]><body class="ie ie8"><![endif]-->
<!--[if IE 9]><body class="ie ie9"><![endif]-->
<!--[if gt IE 9]><body class="ie"><![endif]-->
<!--[if !IE ]><!-->
<body>
<!--<![endif]-->
<script type="text/javascript">
$(document).ready(function () {
AWFY.startup();
});
</script>
2015-07-29 12:30:08 +03:00
<header>
<div class='container'>
<h1><a href='#'>AreWeFastYet</a></h1>
<div class='rightSide'>
<div><a href="http://h4writer.com"><span>Blog</span></a></div>
<div><a href="/overview"><span>Overview</span></a></div>
<!--
<div><a href="/regressions"><span>Regressions</span></a></div>
2015-07-29 12:30:08 +03:00
<div class='userMenu'>
<a href="javascript:doPersonaLogin()" ng-if="!currentUser"><span>Login</span></a>
<a href="javascript:doPersonaLogout()" ng-if='currentUser'><span>Logout</span></a>
</div>
-->
</div>
</div>
</header>
<div class='content'>
<div id="navcontainer">
<ul id="legend"></ul>
<br><br>
<ul class="menu">
2012-12-05 01:28:12 +04:00
<li id="machinehook"><a href="#" id="machinedrop">Machines</a> &#187;
<ul id="machinelist"></ul>
</li>
2012-12-05 01:28:12 +04:00
<li id="breakdownhook"><a href="#" id="bkdrop">Breakdown</a> &#187;
<ul id="breakdownlist"></ul>
</li>
<li><a href='#' id="aboutdrop">About</a> &#187;</li>
</ul>
</div>
<div class="graph-row">
<div id="message"></div>
<div class="graph-container">
<div id="kraken-label">kraken time</div>
<div class="graph" id="kraken-graph"><h2>Loading...</h2></div>
</div>
<div class="graph-container">
<div id="sunspider-label">sunspider time</div>
<div class="graph" id="ss-graph"><h2>Loading...</h2></div>
</div>
</div>
<div>
2013-05-08 05:45:08 +04:00
<div class="graph-row">
<div class="graph-container">
<div id="octane-label">octane score</div>
<div class="graph" id="octane-graph"><h2>Loading...</h2></div>
</div>
</div>
</div>
<div id="breakdown">
</div>
<div id="about">
<h2>AreWeFastYet: tracking performance of popular JavaScript engines</h2>
<strong>Basic usage:</strong>
<ul>
<li>The x-axis is the date we ran tests, and the y-axis is the score of the benchmark.</li>
<li>The front page displays a hybrid of historical data, as well as the most recent samples.</li>
<li>You can click on a datapoint to see a tooltip with more information.</li>
2012-12-04 05:16:33 +04:00
<li>Tooltips will either give you the revision range used to condense a point, or the changelog that occurred in between two points.</li>
<li>Tooltips can be dragged around, for easier comparison.</li>
<li>Some benchmarks use time (lower is better), and some use points (higher is better). We orient all graphs so lower is better, visually.</li>
<li>Use the "machine" menu to see different computers' benchmark results.</li>
2012-12-04 05:16:33 +04:00
<li>Use the "Breakdown" menu to drill down into individual benchmarks.</li>
<li>You can click and highlight any area of any graph to zoom in. It might pause to download data.</li>
<li>You can unzoom by double-clicking inside a graph.</li>
2012-12-03 15:39:52 +04:00
<li>A graph will refresh every 5 minutes if it is not zoomed in and has no attached tooltips.</li>
</ul>
<strong>FAQ:</strong>
<ul>
<li>
<p>Who maintains this site?</p>
<p>This site is maintained by Mozilla's JavaScript team.</p>
</li>
<li>
<p>How does it work?</p>
<p>AWFY is automated. Throughout the day, we checkout the latest source code to each available JavaScript engine, and compile it. Then we run it through some benchmark suites, and tally up the scores into a database. This data gets exported as JSON which can then be easily plotted.</p>
</li>
<li>
2015-02-26 12:57:50 +03:00
<p>Why is Opera not available?</p>
<p>Historically AWFY runs standalone, command-line JavaScript shells - not the web browsers that embed them. Opera doesn't provide a standalone shell. Currently we have some machines that also runs browser versions, but now Opera has switched to V8 (js engine of Chrome). As a result it doesn't seems that important to include a seperate line, since you can mostly look to the v8 line.</p>
</li>
<li>
<p>Why is IE not available?</p>
<p>AWFY runs cutting-edge not released yet versions of the browsers to track improvements and regressions as they happen. The browsers get tested multiple times a day, since that is how fast performance can change from one to another build. IE doesn't provide nightly builds. So a new build is only available every few months/years. In that regard it doesn't really make sense to run benchmarks on it every few hours. (This is nexto the fact that currently only one machine would be able to run IE versions and that IE builds are quite invasive and touch a lot of the machine OS upon install and might cause unrelated regressions on other browsers). Maybe the release of Spartan will bring us closer on having IE on AWFY.</p>
</li>
<li>
<p>Why is Safari not tested on 32-bit machine?</p>
<p>Safari defaults to 64-bit machines and doesn't need to worry about 32-bit anymore. Big pieces of their engine is 64-bit only. As a result showing Safari on 32-bit machines would give incorrect results.</p>
</li>
<li>
<p>What are the graphs?</p>
<p>The top left-hand graph is Mozilla's Kraken benchmark. The top right-hand graph is Apple's SunSpider benchmark. The bottom graph is Google's V8 benchmark suite.</p>
</li>
<li>
<p>What do the hover tips mean?</p>
<p>"Source" is where we got the engine from. "Tested" is when we downloaded the engine, compiled, and tested it. "Rev" is the unique point in the engine's revision history we tested. If the datapoint represents a range, there may be multiple revs. These numbers/strings are for developers to see which changes happened in between points in the graph.</p>
</li>
<li>
<p>What's ARM?</p>
<p>ARM is the CPU present in many embedded devices, like smartphones. We're interested in this for mobile Firefox and Firefox OS.</p>
</li>
<li>
<p>Is this open source?</p>
2016-07-01 15:12:28 +03:00
<p>Fo' sho', <a href="https://github.com/h4writer/arewefastyet">https://github.com/h4writer/arewefastyet</a></p>
</li>
<li>
<p>Suggestions?</p>
<p><a href="mailto:Hannes Verschore <hverschore@mozilla.com>">e-mail</a></p>
</ul>
</div>
<br>
2015-07-29 12:30:08 +03:00
</div>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-58850314-2', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>