Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 6194339.5 Ops/sec |
lodash get, empty input | 1463334.0 Ops/sec |
destructuring with defaults, find item | 1901459.1 Ops/sec |
lodash get, find item | 871549.2 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 2621165.2 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 2558567.0 Ops/sec |
destructuring dynamic key | 1927370.4 Ops/sec |
lodash dynamic key | 902984.5 Ops/sec |