Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 5303257.5 Ops/sec |
lodash get, empty input | 1676993.4 Ops/sec |
destructuring with defaults, find item | 1624726.9 Ops/sec |
lodash get, find item | 886680.9 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 2517503.0 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 2526300.2 Ops/sec |
destructuring dynamic key | 1567285.1 Ops/sec |
lodash dynamic key | 942240.0 Ops/sec |