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 id=main>
<div id=a>a</div>
<div id=b>b</div>
<div id=c>c</div>
<div id=d>
<div id=d1 class="no">
<div id=d11></div>
<div id=d12></div>
</div>
</div>
<div id=e>
<div id=e1>
<input type=text id=t111>
<div id=e11 class="no">
<div id=e111></div>
<div id=e112></div>
<input type=text id=et111>
</div>
<div id=e12></div>
<span id=e13></span>
</div>
</div>
</div>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
Ready to run.
Test | Ops/sec | |
---|---|---|
Using Internal NOT |
| ready |
Using External NOT |
| ready |
You can edit these tests or add more tests to this page by appending /edit to the URL.