Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 129251720.0 Ops/sec |
lodash get, empty input | 2749749.8 Ops/sec |
destructuring with defaults, find item | 11238220.0 Ops/sec |
lodash get, find item | 2061568.8 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 57631004.0 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 59723992.0 Ops/sec |
destructuring dynamic key | 11340179.0 Ops/sec |
lodash dynamic key | 2049899.8 Ops/sec |