Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 11552253.0 Ops/sec |
lodash get, empty input | 2964703.5 Ops/sec |
destructuring with defaults, find item | 3864938.8 Ops/sec |
lodash get, find item | 1787034.4 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 5571115.5 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 5492369.5 Ops/sec |
destructuring dynamic key | 4015158.0 Ops/sec |
lodash dynamic key | 1881335.5 Ops/sec |