| Test name | Executions per second |
|---|---|
| clientWidth / clientHeight (destructured and renamed) | 8424542.0 Ops/sec |
| clientWidth / clientHeight (destructured) | 8197593.0 Ops/sec |
| clientWidth / clientHeight (simple property access) | 6626945.5 Ops/sec |
| getBoundingClientRect() (destructured) | 4164583.5 Ops/sec |
| getBoundingClientRect() (simple property access) | 2631306.0 Ops/sec |