Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 4731730.5 Ops/sec |
lodash get, empty input | 1238858.6 Ops/sec |
destructuring with defaults, find item | 730860.5 Ops/sec |
lodash get, find item | 660022.8 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 1988169.1 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 1826307.2 Ops/sec |
destructuring dynamic key | 1269755.6 Ops/sec |
lodash dynamic key | 553502.9 Ops/sec |