Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 4227282.5 Ops/sec |
lodash get, empty input | 1366428.0 Ops/sec |
destructuring with defaults, find item | 1816287.9 Ops/sec |
lodash get, find item | 800088.8 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 2228793.0 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 2357527.2 Ops/sec |
destructuring dynamic key | 1747120.8 Ops/sec |
lodash dynamic key | 863037.9 Ops/sec |