| Test name | Executions per second |
|---|---|
| ✓ clientWidth / clientHeight (destructured and renamed) | 3,768,219 Ops/sec |
| clientWidth / clientHeight (destructured) | 3,689,862 Ops/sec |
| clientWidth / clientHeight (simple property access) | 2,738,467 Ops/sec |
| getBoundingClientRect() (simple property access) | 2,652,686 Ops/sec |
| getBoundingClientRect() (destructured) | 2,143,165 Ops/sec |