Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 9727846.0 Ops/sec |
lodash get, empty input | 2838509.5 Ops/sec |
destructuring with defaults, find item | 3563331.2 Ops/sec |
lodash get, find item | 1642934.0 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 4585615.0 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 4510776.0 Ops/sec |
destructuring dynamic key | 3417144.0 Ops/sec |
lodash dynamic key | 1588795.4 Ops/sec |