Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 13342396.0 Ops/sec |
lodash get, empty input | 4223695.5 Ops/sec |
destructuring with defaults, find item | 5193810.0 Ops/sec |
lodash get, find item | 2709269.5 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 6278230.0 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 6228445.5 Ops/sec |
destructuring dynamic key | 4896511.5 Ops/sec |
lodash dynamic key | 2697169.2 Ops/sec |