Test name | Executions per second |
---|---|
clientWidth / clientHeight (destructured and renamed) | 28602.3 Ops/sec |
clientWidth / clientHeight (destructured) | 27629.1 Ops/sec |
clientWidth / clientHeight (simple property access) | 28255.3 Ops/sec |
getBoundingClientRect() (destructured) | 56115.3 Ops/sec |
getBoundingClientRect() (simple property access) | 53209.6 Ops/sec |
getComputedStyle | 18637.0 Ops/sec |