| Test name | Executions per second |
|---|---|
| clientWidth / clientHeight (destructured and renamed) | 11112713.0 Ops/sec |
| clientWidth / clientHeight (destructured) | 11143992.0 Ops/sec |
| clientWidth / clientHeight (simple property access) | 11084443.0 Ops/sec |
| getBoundingClientRect() (destructured) | 3219415.5 Ops/sec |
| getBoundingClientRect() (simple property access) | 3226926.5 Ops/sec |