Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 108195392.0 Ops/sec |
lodash get, empty input | 7167623.5 Ops/sec |
destructuring with defaults, find item | 68846264.0 Ops/sec |
lodash get, find item | 4723383.0 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 1058586432.0 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 1097930368.0 Ops/sec |
destructuring dynamic key | 68160024.0 Ops/sec |
lodash dynamic key | 4965335.0 Ops/sec |