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
<script src="//ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<script>jQuery.noConflict()</script>
<script src="//ajax.googleapis.com/ajax/libs/dojo/1/dojo/dojo.xd.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/ext-core/3.1.0/ext-core.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/mootools/1.3.1/mootools-yui-compressed.js"></script>
<div id="container">
<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>
<li id="li-10">10</li>
</ul>
</div>
<script>
var css_query='#container ul li[id^="li-"]';
</script>
Ready to run.
Test | Ops/sec | |
---|---|---|
jQuery |
| ready |
Dojo |
| ready |
Ext Core |
| ready |
MooTools |
| ready |
Native Browser Support |
| ready |
You can edit these tests or add more tests to this page by appending /edit to the URL.