Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 7129992.5 Ops/sec |
lodash get, empty input | 1998086.4 Ops/sec |
destructuring with defaults, find item | 2005743.5 Ops/sec |
lodash get, find item | 1089714.5 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 3270866.5 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 3132244.8 Ops/sec |
destructuring dynamic key | 1914950.1 Ops/sec |
lodash dynamic key | 1013725.7 Ops/sec |