| Test name | Executions per second |
|---|---|
| clientWidth / clientHeight (destructured and renamed) | 6152572.0 Ops/sec |
| clientWidth / clientHeight (destructured) | 6295165.0 Ops/sec |
| clientWidth / clientHeight (simple property access) | 6295413.5 Ops/sec |
| getBoundingClientRect() (destructured) | 1666236.9 Ops/sec |
| getBoundingClientRect() (simple property access) | 1561573.9 Ops/sec |