Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 114978480.0 Ops/sec |
lodash get, empty input | 2181058.0 Ops/sec |
destructuring with defaults, find item | 23507134.0 Ops/sec |
lodash get, find item | 1655345.5 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 40004348.0 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 37915620.0 Ops/sec |
destructuring dynamic key | 23210134.0 Ops/sec |
lodash dynamic key | 1690367.5 Ops/sec |