| Test name | Executions per second |
|---|---|
| clientWidth / clientHeight (destructured and renamed) | 1464124.4 Ops/sec |
| clientWidth / clientHeight (destructured) | 1475392.4 Ops/sec |
| clientWidth / clientHeight (simple property access) | 1483762.1 Ops/sec |
| getBoundingClientRect() (destructured) | 1734935.5 Ops/sec |
| getBoundingClientRect() (simple property access) | 1769239.1 Ops/sec |