| Test name | Executions per second |
|---|---|
| clientWidth / clientHeight (destructured and renamed) | 1480232.5 Ops/sec |
| clientWidth / clientHeight (destructured) | 1568685.2 Ops/sec |
| clientWidth / clientHeight (simple property access) | 1487015.4 Ops/sec |
| getBoundingClientRect() (destructured) | 1911523.5 Ops/sec |
| getBoundingClientRect() (simple property access) | 2061873.1 Ops/sec |