Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 5995531.0 Ops/sec |
lodash get, empty input | 1332106.6 Ops/sec |
destructuring with defaults, find item | 1724422.4 Ops/sec |
lodash get, find item | 792082.7 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 1453367.2 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 1342245.8 Ops/sec |
destructuring dynamic key | 603150.6 Ops/sec |
lodash dynamic key | 519411.5 Ops/sec |