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
<div id="one" class="zzz">
<ul>
<li id="two">one</li>
<li id="three">two</li>
<li id="four">three</li>
<li id="five">four</li>
<li id="six">five</li>
<li id="seven">six</li>
<li id="eight">seven</li>
<li id="nine">eight</li>
<li id="ten">nine</li>
</ul>
<div class="xxx"></div>
</div>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<script>
jQuery.noConflict();
</script>
<script src="//minifiedjs.com/download/minified-web.js"></script>
<script>
var MINI = require('minified');
var minified = MINI.$;
</script>
<script src="http://zeptojs.com/zepto.min.js"></script>
Ready to run.
Test | Ops/sec | |
---|---|---|
Get element from jquery |
| ready |
Get minified js element |
| ready |
Get element from Zepto |
| ready |
You can edit these tests or add more tests to this page by appending /edit to the URL.