Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 7375979.0 Ops/sec |
lodash get, empty input | 1357382.6 Ops/sec |
destructuring with defaults, find item | 1861241.2 Ops/sec |
lodash get, find item | 935473.1 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 3430300.5 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 2923760.5 Ops/sec |
destructuring dynamic key | 2241398.5 Ops/sec |
lodash dynamic key | 1106650.5 Ops/sec |