| Test name | Executions per second |
|---|---|
| clientWidth / clientHeight (destructured and renamed) | 1073255.0 Ops/sec |
| clientWidth / clientHeight (destructured) | 1127752.0 Ops/sec |
| clientWidth / clientHeight (simple property access) | 1318656.4 Ops/sec |
| getBoundingClientRect() (destructured) | 1375009.1 Ops/sec |
| getBoundingClientRect() (simple property access) | 1388432.9 Ops/sec |