Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 95807848.0 Ops/sec |
lodash get, empty input | 2655051.2 Ops/sec |
destructuring with defaults, find item | 21002916.0 Ops/sec |
lodash get, find item | 1877974.6 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 41595796.0 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 42739236.0 Ops/sec |
destructuring dynamic key | 20298852.0 Ops/sec |
lodash dynamic key | 1510171.9 Ops/sec |