Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 8480139.0 Ops/sec |
lodash get, empty input | 2382469.5 Ops/sec |
destructuring with defaults, find item | 2703845.5 Ops/sec |
lodash get, find item | 1404077.2 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 4079973.0 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 4088508.2 Ops/sec |
destructuring dynamic key | 2641168.5 Ops/sec |
lodash dynamic key | 1406084.4 Ops/sec |