| Test name | Executions per second |
|---|---|
| clientWidth / clientHeight (destructured and renamed) | 335838.1 Ops/sec |
| clientWidth / clientHeight (destructured) | 433032.0 Ops/sec |
| clientWidth / clientHeight (simple property access) | 417299.8 Ops/sec |
| getBoundingClientRect() (destructured) | 495711.4 Ops/sec |
| getBoundingClientRect() (simple property access) | 496359.8 Ops/sec |