Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 13708301.0 Ops/sec |
lodash get, empty input | 3166381.5 Ops/sec |
destructuring with defaults, find item | 3945774.0 Ops/sec |
lodash get, find item | 1979204.4 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 5562070.5 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 5555418.0 Ops/sec |
destructuring dynamic key | 3799464.5 Ops/sec |
lodash dynamic key | 1980692.8 Ops/sec |