Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 7289768.0 Ops/sec |
lodash get, empty input | 1660167.9 Ops/sec |
destructuring with defaults, find item | 1988916.5 Ops/sec |
lodash get, find item | 940763.9 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 2724471.2 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 2761279.5 Ops/sec |
destructuring dynamic key | 2036859.5 Ops/sec |
lodash dynamic key | 951996.4 Ops/sec |