Toggle navigation
MeasureThat.net
Create a benchmark
Tools
Feedback
FAQ
Register
Log In
ssssdsaddffvfggggff
(version: 0)
Comparing performance of:
inner vs fragment
Created:
4 years ago
by:
Guest
Jump to the latest result
Tests:
inner
const el = document.createElement('div'); el.innerHTML = ` <h1>Heading</h1> `; document.documentElement.appendChild(el);
fragment
const fragment = document.createDocumentFragment(); const el = document.createElement('div'); const heading = document.createElement('h1'); heading.innerText = 'Heading'; el.appendChild(heading); fragment.appendChild(el); document.documentElement.appendChild(fragment);
Rendered benchmark preparation results:
Suite status:
<idle, ready to run>
Run tests (2)
Previous results
Fork
Test case name
Result
inner
fragment
Fastest:
N/A
Slowest:
N/A
Latest run results:
No previous run results
This benchmark does not have any results yet. Be the first one
to run it!
Related benchmarks:
safdfsda
testje
Ga cookie grabber . 2
test dv vs fm real
RegEx vs Reduce
Comments
Confirm delete:
Do you really want to delete benchmark?