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
<h1 id="my-id" class="my-class">Hello, this is just a test</h1>
<div class="my-div"><p>Hello, everyone, check this out: <a href="#">hello</a></p></div>
<script src="http://cdn.jsdelivr.net/jquery/2.0.3/jquery-2.0.3.min.js"></script>
<script src="http://cdn.jsdelivr.net/zepto/1.0rc1/zepto.min.js"></script>
<script src="http://cdn.jsdelivr.net/quojs/2.3.1/quo.js"></script>
Ready to run.
Test | Ops/sec | |
---|---|---|
jQuery ID selector |
| ready |
jQuery class selector |
| ready |
jQuery tag selector |
| ready |
Zepto ID selector |
| ready |
Zepto class selector |
| ready |
Zepto tag selector |
| ready |
QuoJS ID selector |
| ready |
QuoJS class selector |
| ready |
QuoJS tag selector |
| ready |
VanillaJS ID selector |
| ready |
VanillaJS class selector |
| ready |
VanillaJS tag selector |
| ready |
You can edit these tests or add more tests to this page by appending /edit to the URL.