Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 6249521.0 Ops/sec |
lodash get, empty input | 1507694.9 Ops/sec |
destructuring with defaults, find item | 1846017.4 Ops/sec |
lodash get, find item | 925790.2 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 2547192.8 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 2600872.8 Ops/sec |
destructuring dynamic key | 2030069.9 Ops/sec |
lodash dynamic key | 998659.0 Ops/sec |