Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 6537137.0 Ops/sec |
lodash get, empty input | 1974418.6 Ops/sec |
destructuring with defaults, find item | 2708858.2 Ops/sec |
lodash get, find item | 1255471.2 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 3194639.5 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 3287046.5 Ops/sec |
destructuring dynamic key | 2738367.5 Ops/sec |
lodash dynamic key | 1268317.5 Ops/sec |