Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 131614088.0 Ops/sec |
lodash get, empty input | 2823869.0 Ops/sec |
destructuring with defaults, find item | 24839310.0 Ops/sec |
lodash get, find item | 2293328.2 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 55227968.0 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 54666760.0 Ops/sec |
destructuring dynamic key | 22442180.0 Ops/sec |
lodash dynamic key | 2206156.0 Ops/sec |