Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 3607104.2 Ops/sec |
lodash get, empty input | 1022992.9 Ops/sec |
destructuring with defaults, find item | 1243720.2 Ops/sec |
lodash get, find item | 686837.7 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 1670390.1 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 1799606.4 Ops/sec |
destructuring dynamic key | 1378692.1 Ops/sec |
lodash dynamic key | 734543.4 Ops/sec |