Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 5708238.0 Ops/sec |
lodash get, empty input | 1255244.9 Ops/sec |
destructuring with defaults, find item | 1580271.2 Ops/sec |
lodash get, find item | 755389.3 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 2168216.8 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 2414616.2 Ops/sec |
destructuring dynamic key | 1724428.2 Ops/sec |
lodash dynamic key | 815058.7 Ops/sec |