Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 5740264.0 Ops/sec |
lodash get, empty input | 1380790.8 Ops/sec |
destructuring with defaults, find item | 1640842.5 Ops/sec |
lodash get, find item | 799225.0 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 2376343.8 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 2456806.2 Ops/sec |
destructuring dynamic key | 1751887.1 Ops/sec |
lodash dynamic key | 822166.1 Ops/sec |