Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 7129227.0 Ops/sec |
lodash get, empty input | 712942.9 Ops/sec |
destructuring with defaults, find item | 5939639.5 Ops/sec |
lodash get, find item | 598243.1 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 5766685.0 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 6005255.0 Ops/sec |
destructuring dynamic key | 6472837.0 Ops/sec |
lodash dynamic key | 710238.9 Ops/sec |