Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 13578506.0 Ops/sec |
lodash get, empty input | 4263889.5 Ops/sec |
destructuring with defaults, find item | 5226300.0 Ops/sec |
lodash get, find item | 2700844.0 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 6447820.0 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 6466650.0 Ops/sec |
destructuring dynamic key | 5022836.0 Ops/sec |
lodash dynamic key | 2706488.0 Ops/sec |