Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 6767774.5 Ops/sec |
lodash get, empty input | 1664523.6 Ops/sec |
destructuring with defaults, find item | 1975524.6 Ops/sec |
lodash get, find item | 938375.1 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 2769651.8 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 2755384.5 Ops/sec |
destructuring dynamic key | 1947943.9 Ops/sec |
lodash dynamic key | 909684.3 Ops/sec |