Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 5029710.0 Ops/sec |
lodash get, empty input | 1359931.1 Ops/sec |
destructuring with defaults, find item | 1725728.1 Ops/sec |
lodash get, find item | 858024.2 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 2362525.0 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 2357370.8 Ops/sec |
destructuring dynamic key | 1756114.4 Ops/sec |
lodash dynamic key | 895241.8 Ops/sec |