Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 6441806.0 Ops/sec |
lodash get, empty input | 1815522.6 Ops/sec |
destructuring with defaults, find item | 1907653.1 Ops/sec |
lodash get, find item | 1056077.5 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 2906014.2 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 2920318.0 Ops/sec |
destructuring dynamic key | 1831623.9 Ops/sec |
lodash dynamic key | 1061128.6 Ops/sec |