Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 113524888.0 Ops/sec |
lodash get, empty input | 2396304.0 Ops/sec |
destructuring with defaults, find item | 24955558.0 Ops/sec |
lodash get, find item | 1946430.1 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 51062776.0 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 49708396.0 Ops/sec |
destructuring dynamic key | 28218094.0 Ops/sec |
lodash dynamic key | 2108578.2 Ops/sec |