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.aspnetcdn.com/ajax/jQuery/jquery-1.5.min.js"></script>
<script type="text/javascript">
var $15 = jQuery.noConflict();
</script>
<script src="//ajax.aspnetcdn.com/ajax/jQuery/jquery-1.4.4.min.js"></script>
<script type="text/javascript">
var $144 = jQuery.noConflict();
</script>
<script src="//ajax.aspnetcdn.com/ajax/jQuery/jquery-1.4.2.min.js"></script>
<script type="text/javascript">
var $142 = jQuery.noConflict();
</script>
<div class="wrapper">
<div class="innerWrapper">
<div class="button">
<a href="javascript:void(0)" id="button" class="buttonRef">
<span class="buttonText">Text</span>
</a>
</div>
</div>
</div>
<script>
var context5 = $15("div.wrapper");
var context44 = $144("div.wrapper");
var context42 = $142("div.wrapper");
</script>
Ready to run.
Test | Ops/sec | |
---|---|---|
Get - document |
| ready |
Get - ID 1.4.2 |
| ready |
Get - ID 1.4.4 |
| ready |
Get - ID 1.5 |
| ready |
Context - ID 1.4.2 |
| ready |
Context - ID 1.4.4 |
| ready |
Context - ID 1.5 |
| ready |
Find - ID 1.4.2 |
| ready |
Find - ID 1.4.4 |
| ready |
Find - ID 1.5 |
| ready |
Get - Class 1.4.2 |
| ready |
Get - Class 1.4.4 |
| ready |
Get - Class 1.5 |
| ready |
Context - Class 1.4.2 |
| ready |
Context - Class 1.4.4 |
| ready |
Context - Class 1.5 |
| ready |
Find - Class 1.4.2 |
| ready |
Find - Class 1.4.4 |
| ready |
Find - Class 1.5 |
| ready |
You can edit these tests or add more tests to this page by appending /edit to the URL.