jsPerf.app is an online JavaScript performance benchmark test runner & jsperf.com mirror. It is a complete rewrite in homage to the once excellent jsperf.com now with hopefully a more modern & maintainable codebase.
jsperf.com URLs are mirrored at the same path, e.g:
https://jsperf.com/negative-modulo/2
Can be accessed at:
https://jsperf.app/negative-modulo/2
<html>
<head>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
</head>
<body>
<div id="outer-container">
<div id="inner-containner">
<div id="some-more-containner">
<ul>
<li id="li-1">1</li>
<li id="li-2">2</li>
<li id="li-3">3</li>
<li id="li-4">4</li>
<li id="li-5">5</li>
<li id="li-6">6</li>
<li id="li-7">7</li>
<li id="li-8">8</li>
<li id="li-9">9</li>
</ul>
</div>
</div>
</div>
</body>
</html>
Ready to run.
Test | Ops/sec | |
---|---|---|
Full Path |
| ready |
Simple Path |
| ready |
Section path |
| ready |
Simple Id |
| ready |
Section Id |
| ready |
You can edit these tests or add more tests to this page by appending /edit to the URL.