Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 7311492.0 Ops/sec |
lodash get, empty input | 2034438.1 Ops/sec |
destructuring with defaults, find item | 2220828.2 Ops/sec |
lodash get, find item | 1171317.1 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 3519106.8 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 3520104.8 Ops/sec |
destructuring dynamic key | 2287648.0 Ops/sec |
lodash dynamic key | 1169940.0 Ops/sec |