| Test name | Executions per second |
|---|---|
| clientWidth / clientHeight (destructured and renamed) | 775250.8 Ops/sec |
| clientWidth / clientHeight (destructured) | 817490.1 Ops/sec |
| clientWidth / clientHeight (simple property access) | 768936.4 Ops/sec |
| getBoundingClientRect() (destructured) | 1022040.1 Ops/sec |
| getBoundingClientRect() (simple property access) | 1038201.9 Ops/sec |