Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 62562068.0 Ops/sec |
lodash get, empty input | 3346984.2 Ops/sec |
destructuring with defaults, find item | 28464310.0 Ops/sec |
lodash get, find item | 2765626.2 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 932770176.0 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 961734784.0 Ops/sec |
destructuring dynamic key | 30181612.0 Ops/sec |
lodash dynamic key | 2850786.5 Ops/sec |