Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 4153034.0 Ops/sec |
lodash get, empty input | 1177594.5 Ops/sec |
destructuring with defaults, find item | 1294944.5 Ops/sec |
lodash get, find item | 706639.8 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 2002885.5 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 1605311.4 Ops/sec |
destructuring dynamic key | 1328507.8 Ops/sec |
lodash dynamic key | 711736.4 Ops/sec |