Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 6032350.5 Ops/sec |
lodash get, empty input | 1409596.8 Ops/sec |
destructuring with defaults, find item | 1613175.4 Ops/sec |
lodash get, find item | 828626.2 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 2361262.8 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 2312982.8 Ops/sec |
destructuring dynamic key | 1633695.0 Ops/sec |
lodash dynamic key | 858840.9 Ops/sec |