| Test name | Executions per second |
|---|---|
| clientWidth / clientHeight (destructured and renamed) | 417568.8 Ops/sec |
| clientWidth / clientHeight (destructured) | 424126.4 Ops/sec |
| clientWidth / clientHeight (simple property access) | 423643.2 Ops/sec |
| getBoundingClientRect() (destructured) | 511367.0 Ops/sec |
| getBoundingClientRect() (simple property access) | 531437.1 Ops/sec |