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://raw.github.com/EliSnow/Engine/master/engine.js"></script>
<script src="https://raw.github.com/jquery/sizzle/master/sizzle.js"></script>
<script src="http://globaldevelopmentco.org/testramp/js/slick.js"></script>
<script src="https://raw.github.com/digitarald/sly/master/Sly.js"></script>
<script src="https://raw.github.com/fabiomcosta/micro-selector/master/src/uSelector.js"></script>
<script src="https://raw.github.com/alpha123/Puma/master/src/puma.js"></script>
<script src="https://raw.github.com/ded/qwery/master/qwery.js"></script>
<script src="https://raw.github.com/chjj/zest/master/lib/zest.js"></script>
<div id="test"></div>
<div class="sampleDiv">
<p>321</p>
<p>123</p>
<p>321</p>
<p>123</p>
</div>Ready to run.
| Test | Ops/sec | |
|---|---|---|
| Engine | | ready |
| Sizzle | | ready |
| Qwery | | ready |
| Zest | | ready |
| Slick | | ready |
| Puma | | ready |
| Sly | | ready |
| Micro | | ready |
You can edit these tests or add more tests to this page by appending /edit to the URL.