Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 5893959.0 Ops/sec |
lodash get, empty input | 1637172.0 Ops/sec |
destructuring with defaults, find item | 2206027.0 Ops/sec |
lodash get, find item | 1062992.8 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 2506091.5 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 2385313.8 Ops/sec |
destructuring dynamic key | 1732600.6 Ops/sec |
lodash dynamic key | 856924.1 Ops/sec |