Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 6440236.0 Ops/sec |
lodash get, empty input | 1943257.4 Ops/sec |
destructuring with defaults, find item | 2422404.5 Ops/sec |
lodash get, find item | 1210942.0 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 3053671.0 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 3062519.2 Ops/sec |
destructuring dynamic key | 2370354.8 Ops/sec |
lodash dynamic key | 1150052.4 Ops/sec |