Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 199582784.0 Ops/sec |
lodash get, empty input | 4478081.5 Ops/sec |
destructuring with defaults, find item | 51120668.0 Ops/sec |
lodash get, find item | 3753768.8 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 84245096.0 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 84398192.0 Ops/sec |
destructuring dynamic key | 44929048.0 Ops/sec |
lodash dynamic key | 3624597.5 Ops/sec |