Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 4253072.5 Ops/sec |
lodash get, empty input | 1070110.6 Ops/sec |
destructuring with defaults, find item | 3869503.8 Ops/sec |
lodash get, find item | 998643.4 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 2562122.2 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 2569638.5 Ops/sec |
destructuring dynamic key | 3967871.8 Ops/sec |
lodash dynamic key | 1031489.1 Ops/sec |