Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 6239790.5 Ops/sec |
lodash get, empty input | 1452135.5 Ops/sec |
destructuring with defaults, find item | 1888546.9 Ops/sec |
lodash get, find item | 854289.4 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 2502187.0 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 2501783.2 Ops/sec |
destructuring dynamic key | 1619795.2 Ops/sec |
lodash dynamic key | 789502.9 Ops/sec |