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
Acid VS Jquery
https://github.com/lnkit/ACID.JS http://jquery.com/
<script src="http://code.jquery.com/jquery-2.1.1.min.js"></script>
<script src="http://lnkit.com/User/Scripts/sys/acid.js"></script>
<div id="object" class="object"></div>
<div class="list"></div>
<div class="list"></div>
<div class="list"></div>
<div class="list"></div>
<div class="list"></div>
<div class="list"></div>
acid('#object').clear();
Ready to run.
Test | Ops/sec | |
---|---|---|
ID select Acid |
| ready |
ID select Jquery |
| ready |
Class select ACID |
| ready |
Class select Jquery |
| ready |
HTML ACID |
| ready |
HTML JQUERY |
| ready |
TEXT ACID |
| ready |
TEXT JQUERY |
| ready |
List text change ACID |
| ready |
List text change JQUERY |
| ready |
ID select JS |
| ready |
Class select JS |
| ready |
You can edit these tests or add more tests to this page by appending /edit to the URL.