Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 78870240.0 Ops/sec |
lodash get, empty input | 3475754.0 Ops/sec |
destructuring with defaults, find item | 21397132.0 Ops/sec |
lodash get, find item | 2482773.5 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 32707274.0 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 49440676.0 Ops/sec |
destructuring dynamic key | 21011554.0 Ops/sec |
lodash dynamic key | 2123168.0 Ops/sec |