Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 141637104.0 Ops/sec |
lodash get, empty input | 3294989.8 Ops/sec |
destructuring with defaults, find item | 24228968.0 Ops/sec |
lodash get, find item | 2288802.8 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 58273492.0 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 61142540.0 Ops/sec |
destructuring dynamic key | 23908536.0 Ops/sec |
lodash dynamic key | 2429273.0 Ops/sec |