Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 3798274.5 Ops/sec |
lodash get, empty input | 720104.6 Ops/sec |
destructuring with defaults, find item | 712936.6 Ops/sec |
lodash get, find item | 500051.8 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 2732581.8 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 2944255.2 Ops/sec |
destructuring dynamic key | 2062815.0 Ops/sec |
lodash dynamic key | 1011405.8 Ops/sec |