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://code.jquery.com/jquery-2.1.3.min.js"></script>
var splitter = document.createElement('div'),
$plitter = $('<div>'),
text = "<h1>Header</h1>\
<p>this is a small paragraph</p>\
<ul>\
<li>list element 1.</li>\
<li>list element 2.</li>\
<li>list element 3. With a small update.</li>\
</ul>";
Ready to run.
Test | Ops/sec | |
---|---|---|
stock javascript |
| ready |
jquery |
| ready |
You can edit these tests or add more tests to this page by appending /edit to the URL.