Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 7223670.0 Ops/sec |
lodash get, empty input | 1878325.9 Ops/sec |
destructuring with defaults, find item | 1950662.6 Ops/sec |
lodash get, find item | 1053304.6 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 3165843.0 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 3215027.2 Ops/sec |
destructuring dynamic key | 1985274.0 Ops/sec |
lodash dynamic key | 1091434.0 Ops/sec |