| Test name | Executions per second |
|---|---|
| ✓ getBoundingClientRect() (destructured) | 668,983 Ops/sec |
| getBoundingClientRect() (simple property access) | 643,870 Ops/sec |
| clientWidth / clientHeight (simple property access) | 528,985 Ops/sec |
| clientWidth / clientHeight (destructured) | 506,039 Ops/sec |
| clientWidth / clientHeight (destructured and renamed) | 483,894 Ops/sec |