Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 8383030.0 Ops/sec |
lodash get, empty input | 2448832.2 Ops/sec |
destructuring with defaults, find item | 2706250.2 Ops/sec |
lodash get, find item | 1410693.2 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 4093708.8 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 4171574.8 Ops/sec |
destructuring dynamic key | 2784058.0 Ops/sec |
lodash dynamic key | 1480539.2 Ops/sec |