Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 14263965.0 Ops/sec |
lodash get, empty input | 4237590.5 Ops/sec |
destructuring with defaults, find item | 5263833.0 Ops/sec |
lodash get, find item | 2760535.8 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 6496778.5 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 6509799.5 Ops/sec |
destructuring dynamic key | 5073283.0 Ops/sec |
lodash dynamic key | 2779415.0 Ops/sec |