| Test name | Executions per second |
|---|---|
| clientWidth / clientHeight (destructured and renamed) | 1029479.8 Ops/sec |
| clientWidth / clientHeight (destructured) | 1137461.5 Ops/sec |
| clientWidth / clientHeight (simple property access) | 1090543.8 Ops/sec |
| getBoundingClientRect() (destructured) | 1605141.5 Ops/sec |
| getBoundingClientRect() (simple property access) | 1329494.5 Ops/sec |