| Test name | Executions per second |
|---|---|
| clientWidth / clientHeight (destructured and renamed) | 295490.2 Ops/sec |
| clientWidth / clientHeight (destructured) | 304398.7 Ops/sec |
| clientWidth / clientHeight (simple property access) | 290162.0 Ops/sec |
| getBoundingClientRect() (destructured) | 323280.0 Ops/sec |
| getBoundingClientRect() (simple property access) | 322170.8 Ops/sec |