Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 6146097.5 Ops/sec |
lodash get, empty input | 1352170.0 Ops/sec |
destructuring with defaults, find item | 1654399.8 Ops/sec |
lodash get, find item | 414873.5 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 1536791.0 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 1920579.5 Ops/sec |
destructuring dynamic key | 1419149.4 Ops/sec |
lodash dynamic key | 750116.0 Ops/sec |