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 id="text">content to be retrieved</div>
<script>
var elem = document.getElementById("text");
var elem2 = document.createElement('div');
var preTextNode = document.createTextNode('Hello there');
</script>
elem2 = document.createElement('div');
elem.innerHTML = 'content to be retrieved';
elem2 = document.createElement('div');
elem.innerHTML = 'content to be retrieved';
Ready to run.
Test | Ops/sec | |
---|---|---|
read innerHTML |
| ready |
read textContent |
| ready |
read data |
| ready |
write innerHTML |
| ready |
write textContent |
| ready |
write data |
| ready |
write data w/ check |
| ready |
write data w/ check 2 |
| ready |
write data w/o check 2 |
| ready |
write data w/o check 2b |
| ready |
write data w/o check 3b |
| ready |
write data w/ check 2+ |
| ready |
replace w/ string |
| ready |
You can edit these tests or add more tests to this page by appending /edit to the URL.