Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 6074095.0 Ops/sec |
lodash get, empty input | 1436637.2 Ops/sec |
destructuring with defaults, find item | 1783866.1 Ops/sec |
lodash get, find item | 793982.4 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 2942882.0 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 2951692.0 Ops/sec |
destructuring dynamic key | 2169932.5 Ops/sec |
lodash dynamic key | 985564.2 Ops/sec |