Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 4522248.0 Ops/sec |
lodash get, empty input | 1269958.6 Ops/sec |
destructuring with defaults, find item | 1376440.1 Ops/sec |
lodash get, find item | 738476.4 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 2250819.2 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 2042298.4 Ops/sec |
destructuring dynamic key | 1176868.9 Ops/sec |
lodash dynamic key | 647800.8 Ops/sec |