Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 111123984.0 Ops/sec |
lodash get, empty input | 2056479.5 Ops/sec |
destructuring with defaults, find item | 18661182.0 Ops/sec |
lodash get, find item | 1512473.4 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 51005948.0 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 50366680.0 Ops/sec |
destructuring dynamic key | 26884744.0 Ops/sec |
lodash dynamic key | 2013210.5 Ops/sec |