Test case name | Result |
---|---|
el.textContent 3x | |
el.textContent 1x | |
el.textContent 3x with requestAnimationFrame and function inside | |
el.textContent 1x with requestAnimationFrame and function inside | |
el.textContent 3x with requestAnimationFrame and arrow function inside | |
el.textContent 1x with requestAnimationFrame and arrow function inside | |
el.textContent 3x with requestAnimationFrame and function outside | |
el.textContent 1x with requestAnimationFrame and function outside | |
el.textContent 3x with requestAnimationFrame and arrow function outside | |
el.textContent 1x with requestAnimationFrame and arrow function outside |
Test name | Executions per second |
---|---|
el.textContent 3x | 274550.5 Ops/sec |
el.textContent 1x | 709911.6 Ops/sec |
el.textContent 3x with requestAnimationFrame and function inside | 888416.8 Ops/sec |
el.textContent 1x with requestAnimationFrame and function inside | 1033922.8 Ops/sec |
el.textContent 3x with requestAnimationFrame and arrow function inside | 893016.4 Ops/sec |
el.textContent 1x with requestAnimationFrame and arrow function inside | 1091225.5 Ops/sec |
el.textContent 3x with requestAnimationFrame and function outside | 928537.0 Ops/sec |
el.textContent 1x with requestAnimationFrame and function outside | 1089541.1 Ops/sec |
el.textContent 3x with requestAnimationFrame and arrow function outside | 910666.5 Ops/sec |
el.textContent 1x with requestAnimationFrame and arrow function outside | 985887.9 Ops/sec |