| Test name | Executions per second |
|---|---|
| clientWidth / clientHeight (destructured and renamed) | 1928268.4 Ops/sec |
| clientWidth / clientHeight (destructured) | 1994523.5 Ops/sec |
| clientWidth / clientHeight (simple property access) | 1900293.8 Ops/sec |
| getBoundingClientRect() (destructured) | 2390020.2 Ops/sec |
| getBoundingClientRect() (simple property access) | 2436576.5 Ops/sec |