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://code.jquery.com/jquery-git2.min.js"></script>
<ul class="first">
<li>list item<span class="number">1</span></li>
</ul>
<ul class="second">
<li class="foo1">list item 1</li>
<li class="foo2">list item 2</li>
<li class="bar1">list item 3</li>
<li class="bar2">list item 4</li>
<li class="baz1">list item 5</li>
<li class="baz2">list item 6</li>
<li class="bzz1">list item 7</li>
<li class="bzz2">list item 8</li>
</ul>
Ready to run.
Test | Ops/sec | |
---|---|---|
$.end() - 8 operations |
| ready |
var - 8 operations |
| ready |
$.end() - 4 operations |
| ready |
var - 4 operations |
| ready |
$.end() - 2 Iterations |
| ready |
var - 2 operations |
| ready |
You can edit these tests or add more tests to this page by appending /edit to the URL.