Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 2221243.8 Ops/sec |
lodash get, empty input | 713010.8 Ops/sec |
destructuring with defaults, find item | 831818.2 Ops/sec |
lodash get, find item | 442851.5 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 1042985.2 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 1041691.1 Ops/sec |
destructuring dynamic key | 850122.2 Ops/sec |
lodash dynamic key | 438664.2 Ops/sec |