| Test name | Executions per second |
|---|---|
| clientWidth / clientHeight (destructured and renamed) | 715342.2 Ops/sec |
| clientWidth / clientHeight (destructured) | 733224.9 Ops/sec |
| clientWidth / clientHeight (simple property access) | 726433.1 Ops/sec |
| getBoundingClientRect() (destructured) | 878613.3 Ops/sec |
| getBoundingClientRect() (simple property access) | 904945.0 Ops/sec |