Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 5692160.5 Ops/sec |
lodash get, empty input | 1586688.9 Ops/sec |
destructuring with defaults, find item | 2219453.8 Ops/sec |
lodash get, find item | 1062042.9 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 2698775.8 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 2692039.2 Ops/sec |
destructuring dynamic key | 2244364.0 Ops/sec |
lodash dynamic key | 1069404.5 Ops/sec |