| Test name | Executions per second |
|---|---|
| clientWidth / clientHeight (destructured and renamed) | 786659.2 Ops/sec |
| clientWidth / clientHeight (destructured) | 777888.3 Ops/sec |
| clientWidth / clientHeight (simple property access) | 784345.7 Ops/sec |
| getBoundingClientRect() (destructured) | 946037.4 Ops/sec |
| getBoundingClientRect() (simple property access) | 896694.6 Ops/sec |