Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 7056573.5 Ops/sec |
lodash get, empty input | 1917022.8 Ops/sec |
destructuring with defaults, find item | 2423902.2 Ops/sec |
lodash get, find item | 1199317.5 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 3452084.0 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 3415623.5 Ops/sec |
destructuring dynamic key | 2343872.0 Ops/sec |
lodash dynamic key | 1200150.0 Ops/sec |