Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 7520435.5 Ops/sec |
lodash get, empty input | 1898567.2 Ops/sec |
destructuring with defaults, find item | 2442106.5 Ops/sec |
lodash get, find item | 1154782.1 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 3384745.2 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 3479868.0 Ops/sec |
destructuring dynamic key | 2429627.8 Ops/sec |
lodash dynamic key | 1170175.4 Ops/sec |