Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 4283364.0 Ops/sec |
lodash get, empty input | 641637.5 Ops/sec |
destructuring with defaults, find item | 3694816.0 Ops/sec |
lodash get, find item | 638664.2 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 1978632.6 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 1996794.6 Ops/sec |
destructuring dynamic key | 3766882.8 Ops/sec |
lodash dynamic key | 670476.5 Ops/sec |