Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 139911728.0 Ops/sec |
lodash get, empty input | 3686589.0 Ops/sec |
destructuring with defaults, find item | 19096926.0 Ops/sec |
lodash get, find item | 2686383.0 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 59415780.0 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 59338148.0 Ops/sec |
destructuring dynamic key | 26374364.0 Ops/sec |
lodash dynamic key | 2705485.5 Ops/sec |