Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 3859986.2 Ops/sec |
lodash get, empty input | 1277937.9 Ops/sec |
destructuring with defaults, find item | 1306162.6 Ops/sec |
lodash get, find item | 670751.7 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 2181278.2 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 1989179.0 Ops/sec |
destructuring dynamic key | 1224094.9 Ops/sec |
lodash dynamic key | 765922.7 Ops/sec |