Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 90746944.0 Ops/sec |
lodash get, empty input | 1583158.1 Ops/sec |
destructuring with defaults, find item | 13622692.0 Ops/sec |
lodash get, find item | 1383379.1 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 38093732.0 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 35526276.0 Ops/sec |
destructuring dynamic key | 16073363.0 Ops/sec |
lodash dynamic key | 1549208.4 Ops/sec |