Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 8201775.5 Ops/sec |
lodash get, empty input | 1780936.1 Ops/sec |
destructuring with defaults, find item | 2243920.5 Ops/sec |
lodash get, find item | 1051722.0 Ops/sec |
destructuring null input | 6517241.0 Ops/sec |
lodash null input | 3195110.2 Ops/sec |
destructuring undefined input | 6568265.0 Ops/sec |
lodash undefined input | 3184183.8 Ops/sec |
destructuring dynamic key | 2283715.0 Ops/sec |
lodash dynamic key | 1083548.4 Ops/sec |