Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 4111147.2 Ops/sec |
lodash get, empty input | 1227942.9 Ops/sec |
destructuring with defaults, find item | 1394737.5 Ops/sec |
lodash get, find item | 732666.4 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 2136300.5 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 2128698.5 Ops/sec |
destructuring dynamic key | 1346913.1 Ops/sec |
lodash dynamic key | 744073.6 Ops/sec |