Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 169686432.0 Ops/sec |
lodash get, empty input | 5150019.5 Ops/sec |
destructuring with defaults, find item | 38024012.0 Ops/sec |
lodash get, find item | 3015417.2 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 70379120.0 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 70723232.0 Ops/sec |
destructuring dynamic key | 37655556.0 Ops/sec |
lodash dynamic key | 3027386.5 Ops/sec |