Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 92427672.0 Ops/sec |
lodash get, empty input | 1920308.9 Ops/sec |
destructuring with defaults, find item | 20474726.0 Ops/sec |
lodash get, find item | 1578826.4 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 41557976.0 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 40228608.0 Ops/sec |
destructuring dynamic key | 21402406.0 Ops/sec |
lodash dynamic key | 1780694.4 Ops/sec |