Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 2912273.5 Ops/sec |
lodash get, empty input | 780067.7 Ops/sec |
destructuring with defaults, find item | 937507.6 Ops/sec |
lodash get, find item | 481905.3 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 1322460.0 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 1332263.5 Ops/sec |
destructuring dynamic key | 729615.1 Ops/sec |
lodash dynamic key | 269181.3 Ops/sec |