Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 14214118.0 Ops/sec |
lodash get, empty input | 4397802.5 Ops/sec |
destructuring with defaults, find item | 5230620.5 Ops/sec |
lodash get, find item | 2672844.2 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 6646744.0 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 6597657.5 Ops/sec |
destructuring dynamic key | 5052127.5 Ops/sec |
lodash dynamic key | 2752707.5 Ops/sec |