Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 6988196.0 Ops/sec |
lodash get, empty input | 1606662.4 Ops/sec |
destructuring with defaults, find item | 1927888.6 Ops/sec |
lodash get, find item | 975258.2 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 2701761.2 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 2821825.0 Ops/sec |
destructuring dynamic key | 2086627.9 Ops/sec |
lodash dynamic key | 1003298.2 Ops/sec |