Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 4828826.5 Ops/sec |
lodash get, empty input | 1522407.8 Ops/sec |
destructuring with defaults, find item | 1467079.4 Ops/sec |
lodash get, find item | 872391.4 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 2379688.5 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 2443071.2 Ops/sec |
destructuring dynamic key | 1527414.0 Ops/sec |
lodash dynamic key | 865077.8 Ops/sec |