Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 14230834.0 Ops/sec |
lodash get, empty input | 4415946.5 Ops/sec |
destructuring with defaults, find item | 5282066.0 Ops/sec |
lodash get, find item | 2772042.5 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 6619508.0 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 6624667.0 Ops/sec |
destructuring dynamic key | 5115673.0 Ops/sec |
lodash dynamic key | 2779415.0 Ops/sec |