| Test name | Executions per second |
|---|---|
| clientWidth / clientHeight (destructured and renamed) | 1800845.0 Ops/sec |
| clientWidth / clientHeight (destructured) | 1793893.6 Ops/sec |
| clientWidth / clientHeight (simple property access) | 1791321.8 Ops/sec |
| getBoundingClientRect() (destructured) | 2376357.2 Ops/sec |
| getBoundingClientRect() (simple property access) | 2378138.0 Ops/sec |