Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 8445486.0 Ops/sec |
lodash get, empty input | 2433709.5 Ops/sec |
destructuring with defaults, find item | 3184821.2 Ops/sec |
lodash get, find item | 1481361.8 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 4212732.0 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 4063501.5 Ops/sec |
destructuring dynamic key | 3159808.0 Ops/sec |
lodash dynamic key | 1489675.6 Ops/sec |