Sha256: 11143964fd1023c4367b5862df3f594457db8e0f7e61428cd5be8c2e4ffc57e9

Contents?: true

Size: 1.8 KB

Versions: 10

Compression:

Stored size: 1.8 KB

Contents

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Esprima: Benchmarks</title>
<link rel="stylesheet" type="text/css" href="../assets/style.css"/>
<script src="../esprima.js"></script>
<script src="../assets/json2.js"></script>
<script src="benchmarks.js"></script>
<script src="3rdparty/benchmark.js"></script>
<script src="3rdparty/XMLHttpRequest.js"></script>
<script>
/*jslint browser:true, sloppy:true */
/*global setupBenchmarks:true*/
window.onload = function () {
    window.setTimeout(setupBenchmarks, 211);
};
</script>
</head>
<body>

<div class="container">

<div class="topbar">
<ul class="nav">
<li><a href="../index.html">&larr; Home</a></li>
<li><a href="http://github.com/ariya/esprima">Code</a></li>
<li><a href="http://wiki.esprima.org">Documentation</a></li>
<li><a href="http://issues.esprima.org">Issues</a></li>
</ul>
</div>

<h1>Benchmarks <small>show the speed</small></h1>

<p>Time measurement is carried out using <a href="http://benchmarkjs.com" target="_blank">Benchmark.js</a><span id="benchmarkjs-version"></span>.</p>

<p>Esprima version <span id="version"></span>.</p>

<p id="status">Please wait...</p>

<p>
<input id="runquick" type="submit" value="Run quick benchmarks" disabled xstyle="visibility: hidden;"/>
<input id="runfull" type="submit" value="Run full benchmarks" disabled xstyle="visibility: hidden;"/>
</p>

<p id="result"></p>

<p><strong>Note</strong>: On a modern machine and up-to-date web browsers,
running full benchmarks suite takes around 1 minute.<br>
For the quick benchmarks, the running time is only about 15 seconds.</p>

<div class="footer"><strong>Esprima</strong> is created by
<a href="http://ariya.ofilabs.com/about" target="_blank">Ariya Hidayat</a>. Follow <a href="http://twitter.com/ariyahidayat">@ariyahidayat</a> on Twitter.
</div>
</div>

</body>
</html>

Version data entries

10 entries across 7 versions & 3 rubygems

Version Path
snowball-0.1.22 node_modules/browserify/node_modules/syntax-error/node_modules/esprima/test/benchmarks.html
snowball-0.1.22 node_modules/browserify/node_modules/detective/node_modules/esprima/test/benchmarks.html
sprockets-browserify-0.3.0 node_modules/browserify/node_modules/syntax-error/node_modules/esprima/test/benchmarks.html
sprockets-browserify-0.2.0 node_modules/browserify/node_modules/syntax-error/node_modules/esprima/test/benchmarks.html
ruby-wisp-source-0.8.0 vendor/node_modules/browserify/node_modules/syntax-error/node_modules/esprima/test/benchmarks.html
ruby-wisp-source-0.7.0 vendor/node_modules/browserify/node_modules/syntax-error/node_modules/esprima/test/benchmarks.html
sprockets-browserify-0.1.2 node_modules/browserify/node_modules/syntax-error/node_modules/esprima/test/benchmarks.html
sprockets-browserify-0.1.2 node_modules/browserify/node_modules/detective/node_modules/esprima/test/benchmarks.html
sprockets-browserify-0.1.0 node_modules/browserify/node_modules/syntax-error/node_modules/esprima/test/benchmarks.html
sprockets-browserify-0.1.0 node_modules/browserify/node_modules/detective/node_modules/esprima/test/benchmarks.html