Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 5367204.0 Ops/sec |
lodash get, empty input | 1259981.2 Ops/sec |
destructuring with defaults, find item | 1617000.1 Ops/sec |
lodash get, find item | 778404.7 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 2039678.8 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 2049405.1 Ops/sec |
destructuring dynamic key | 1685562.9 Ops/sec |
lodash dynamic key | 800468.7 Ops/sec |