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://gist.github.com/raw/4329586/cc2b7c8de5e761cee0cf3a38ebd9e7ce908bb702/jquery.initFast.js"></script>
<script>
var jQueryFast = $.noConflict();
</script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<script>
var jQueryOriginal = $.noConflict();
</script>
<div id="foo">hello</div>
Ready to run.
Test | Ops/sec | |
---|---|---|
jQueryOriginal("#foo") |
| ready |
jQueryFast("#foo") |
| ready |
You can edit these tests or add more tests to this page by appending /edit to the URL.