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>
<input id="a" value="1">
<label for="a">1</label>
</div>
<div>
<input id="b" value="2">
<label for="b">2</label>
</div>
<div>
<input id="c" value="3">
<label for="c">3</label>
</div>
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.0.0/jquery.min.js"></script>
Ready to run.
Test | Ops/sec | |
---|---|---|
jQuery type selector |
| ready |
Jquery find |
| ready |
Native QuerySelectorAll |
| ready |
Native getElementsByTagName |
| ready |
You can edit these tests or add more tests to this page by appending /edit to the URL.