Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 166745648.0 Ops/sec |
lodash get, empty input | 4549698.0 Ops/sec |
destructuring with defaults, find item | 27913464.0 Ops/sec |
lodash get, find item | 3413327.8 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 70961896.0 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 71482576.0 Ops/sec |
destructuring dynamic key | 40371888.0 Ops/sec |
lodash dynamic key | 3670937.8 Ops/sec |