benchmark
Version:
A benchmarking library that works on nearly all JavaScript platforms, supports high-resolution timers, and returns statistically significant results.
17 lines • 493 B
HTML
<html>
<head>
<title>Benchmark.js Test Suite</title>
<link rel="stylesheet" href="../vendor/qunit/qunit/qunit.css">
<script src="../vendor/qunit/qunit/qunit.js"></script>
<script src="../benchmark.js"></script>
<script src="tests.js"></script>
</head>
<body>
<h1 id="qunit-header">Benchmark.js Test Suite</h1>
<h2 id="qunit-banner"></h2>
<div id="qunit-testrunner-toolbar"></div>
<h2 id="qunit-userAgent"></h2>
<ol id="qunit-tests"></ol>
</body>
</html>