Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 165209072.0 Ops/sec |
lodash get, empty input | 3941996.0 Ops/sec |
destructuring with defaults, find item | 36951564.0 Ops/sec |
lodash get, find item | 3051935.8 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 72827224.0 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 72630840.0 Ops/sec |
destructuring dynamic key | 35461116.0 Ops/sec |
lodash dynamic key | 2984100.2 Ops/sec |