| Test name | Executions per second |
|---|---|
| clientWidth / clientHeight (destructured and renamed) | 678198.3 Ops/sec |
| clientWidth / clientHeight (destructured) | 713878.5 Ops/sec |
| clientWidth / clientHeight (simple property access) | 713343.3 Ops/sec |
| getBoundingClientRect() (destructured) | 820887.4 Ops/sec |
| getBoundingClientRect() (simple property access) | 874402.8 Ops/sec |