insertAdjacentElement() vs append() vs appendChild()| Test case name | Result |
|---|---|
| insertAdjacentElement() | |
| append() | |
| appendChild() |
| Test name | Executions per second |
|---|---|
| ✓ appendChild() | 2,931,746 Ops/sec |
| insertAdjacentElement() | 2,183,284 Ops/sec |
| append() | 2,015,640 Ops/sec |