| Test name | Executions per second |
|---|---|
| clientWidth / clientHeight (destructured and renamed) | 528195.2 Ops/sec |
| clientWidth / clientHeight (destructured) | 574782.6 Ops/sec |
| clientWidth / clientHeight (simple property access) | 482574.8 Ops/sec |
| getBoundingClientRect() (destructured) | 619882.2 Ops/sec |
| getBoundingClientRect() (simple property access) | 638200.2 Ops/sec |