Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 6623260.5 Ops/sec |
lodash get, empty input | 1749797.6 Ops/sec |
destructuring with defaults, find item | 2267733.8 Ops/sec |
lodash get, find item | 1055907.2 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 3074740.5 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 2982327.0 Ops/sec |
destructuring dynamic key | 1780406.1 Ops/sec |
lodash dynamic key | 1130539.0 Ops/sec |