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="http://code.jquery.com/jquery-1.5.2.js"></script>
<script> var $jq15 = jQuery.noConflict(); </script>
<script src="http://code.jquery.com/jquery-1.6.js"></script>
<script> var $jq16 = jQuery.noConflict(); </script>
<div>
<p>Test document -- <em>very short</em>!</p>
<ul>
<li>First item</li>
<li>Second Item</li>
</ul>
</div>
<script>
var $elem15 = $jq15("li");
var $elem16 = $jq16("li");
</script>
Ready to run.
Test | Ops/sec | |
---|---|---|
jQuery 1.5.2 |
| ready |
jQuery 1.6pre |
| ready |
You can edit these tests or add more tests to this page by appending /edit to the URL.