Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 3012957.0 Ops/sec |
lodash get, empty input | 784935.5 Ops/sec |
destructuring with defaults, find item | 986266.1 Ops/sec |
lodash get, find item | 459002.3 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 1455010.0 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 1457869.6 Ops/sec |
destructuring dynamic key | 1030008.4 Ops/sec |
lodash dynamic key | 507067.0 Ops/sec |