| Test name | Executions per second |
|---|---|
| clientWidth / clientHeight (destructured and renamed) | 777896.6 Ops/sec |
| clientWidth / clientHeight (destructured) | 781464.4 Ops/sec |
| clientWidth / clientHeight (simple property access) | 736534.6 Ops/sec |
| getBoundingClientRect() (destructured) | 1315436.6 Ops/sec |
| getBoundingClientRect() (simple property access) | 1314659.6 Ops/sec |