Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 8391924.0 Ops/sec |
lodash get, empty input | 1905388.0 Ops/sec |
destructuring with defaults, find item | 2481217.5 Ops/sec |
lodash get, find item | 1178700.6 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 3438218.5 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 3458841.8 Ops/sec |
destructuring dynamic key | 2571312.2 Ops/sec |
lodash dynamic key | 1191219.6 Ops/sec |