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="https://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script>var jq142 = jQuery.noConflict();</script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
<script>var jq144 = jQuery.noConflict();</script>
<script src="https://code.jquery.com/jquery-git.js?asdf"></script>
<script>var jq15 = jQuery.noConflict();</script>
<div class="test" id="test">
<script>
var html = "";
for ( var i = 0; i < 500; i++ ) {
html += '<div class="find"></div>';
}
document.write( html );
</script>
</div>
<script>
var $jq142 = jq142("body");
var $jq144 = jq144("body");
var $jq15 = jq15("body");
</script>
Ready to run.
Test | Ops/sec | |
---|---|---|
Class 1.4.2 |
| ready |
Class 1.4.4 |
| ready |
Class 1.5 |
| ready |
Tag 1.4.2 |
| ready |
Tag 1.4.4 |
| ready |
Tag 1.5 |
| ready |
Document ID 1.4.2 |
| ready |
Document ID 1.4.4 |
| ready |
Document ID 1.5 |
| ready |
Body 1.4.2 |
| ready |
Body 1.4.4 |
| ready |
Body 1.5 |
| ready |
You can edit these tests or add more tests to this page by appending /edit to the URL.