Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 7017587.0 Ops/sec |
lodash get, empty input | 1432185.9 Ops/sec |
destructuring with defaults, find item | 6091410.5 Ops/sec |
lodash get, find item | 1221533.9 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 2554709.2 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 3255637.8 Ops/sec |
destructuring dynamic key | 3491904.5 Ops/sec |
lodash dynamic key | 854657.3 Ops/sec |