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
<table><tbody><tr><td id="123"></td></tr></tbody></table>
var element = document.createElement('div')
element.innerHTML = '<label id="324"><input id="target" type="hidden"><span id="7788"></span></label>';
document.getElementById('123').appendChild(element);
Ready to run.
Test | Ops/sec | |
---|---|---|
getElementById |
| ready |
element querySelector |
| ready |
document querySelector |
| ready |
You can edit these tests or add more tests to this page by appending /edit to the URL.