Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 121768576.0 Ops/sec |
lodash get, empty input | 2854423.5 Ops/sec |
destructuring with defaults, find item | 36690296.0 Ops/sec |
lodash get, find item | 2171990.0 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 51482964.0 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 51302868.0 Ops/sec |
destructuring dynamic key | 36226672.0 Ops/sec |
lodash dynamic key | 2133973.5 Ops/sec |