Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 6982140.5 Ops/sec |
lodash get, empty input | 1653934.0 Ops/sec |
destructuring with defaults, find item | 2111277.0 Ops/sec |
lodash get, find item | 970920.9 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 2761918.0 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 2758545.2 Ops/sec |
destructuring dynamic key | 2104057.2 Ops/sec |
lodash dynamic key | 975651.0 Ops/sec |