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>
<ul id="menu">
<li class="menu-item">
</li>
<li class="menu-item">
</li>
<li class="menu-item">
</li>
<li class="menu-item">
</li>
<li class="menu-item">
</li>
<li class="menu-item">
</li>
</ul>
</div>
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.6/jquery.min.js">
</script>
<script>
var $jq16 = $.noConflict(true);
</script>
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js">
</script>
<script>
var $jq17 = $.noConflict(true);
</script>
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.8/jquery.min.js">
</script>
<script>
var $jq18 = $.noConflict(true);
</script>
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js">
</script>
<script>
var $jq19 = $.noConflict(true);
</script>
<script type="text/javascript" src="http://code.jquery.com/jquery-2.0.0b1.js">
</script>
<script>
var $jq20 = $.noConflict(true);
</script>
function tests($) {
$('#menu').css({
'backgroud': 'red'
});
$('.menu-item').eq(2).hasClass('foo');
}
Ready to run.
Test | Ops/sec | |
---|---|---|
jQuery 1.6.x |
| ready |
jQuery 1.7.x |
| ready |
jQuery 1.8.x |
| ready |
jQuery 1.10.2 |
| ready |
jQuery 2.0 beta 1 |
| ready |
You can edit these tests or add more tests to this page by appending /edit to the URL.