| Test name | Executions per second |
|---|---|
| clientWidth / clientHeight (destructured and renamed) | 896653.0 Ops/sec |
| clientWidth / clientHeight (destructured) | 963475.2 Ops/sec |
| clientWidth / clientHeight (simple property access) | 896511.2 Ops/sec |
| getBoundingClientRect() (destructured) | 1235849.2 Ops/sec |
| getBoundingClientRect() (simple property access) | 1175852.5 Ops/sec |