Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 6415298.5 Ops/sec |
lodash get, empty input | 1901430.9 Ops/sec |
destructuring with defaults, find item | 1938525.4 Ops/sec |
lodash get, find item | 1077945.4 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 3096858.5 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 3112301.8 Ops/sec |
destructuring dynamic key | 1991275.0 Ops/sec |
lodash dynamic key | 1082732.6 Ops/sec |