| Test name | Executions per second |
|---|---|
| clientWidth / clientHeight (destructured and renamed) | 810079.1 Ops/sec |
| clientWidth / clientHeight (destructured) | 744590.4 Ops/sec |
| clientWidth / clientHeight (simple property access) | 739532.2 Ops/sec |
| getBoundingClientRect() (destructured) | 1060312.6 Ops/sec |
| getBoundingClientRect() (simple property access) | 1048219.6 Ops/sec |