Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 151690672.0 Ops/sec |
lodash get, empty input | 3134324.5 Ops/sec |
destructuring with defaults, find item | 30891120.0 Ops/sec |
lodash get, find item | 1963433.5 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 53745376.0 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 57491176.0 Ops/sec |
destructuring dynamic key | 27205472.0 Ops/sec |
lodash dynamic key | 1871211.0 Ops/sec |