| Test name | Executions per second |
|---|---|
| clientWidth / clientHeight (destructured and renamed) | 859190.6 Ops/sec |
| clientWidth / clientHeight (destructured) | 972029.8 Ops/sec |
| clientWidth / clientHeight (simple property access) | 871469.6 Ops/sec |
| getBoundingClientRect() (destructured) | 1249989.8 Ops/sec |
| getBoundingClientRect() (simple property access) | 1348099.9 Ops/sec |