| Test name | Executions per second |
|---|---|
| clientWidth / clientHeight (destructured and renamed) | 1532211.0 Ops/sec |
| clientWidth / clientHeight (destructured) | 1586436.5 Ops/sec |
| clientWidth / clientHeight (simple property access) | 1571216.9 Ops/sec |
| getBoundingClientRect() (destructured) | 1956623.4 Ops/sec |
| getBoundingClientRect() (simple property access) | 1995505.4 Ops/sec |