Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 173332016.0 Ops/sec |
lodash get, empty input | 4983435.5 Ops/sec |
destructuring with defaults, find item | 44411936.0 Ops/sec |
lodash get, find item | 3847423.5 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 72590032.0 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 74524456.0 Ops/sec |
destructuring dynamic key | 39512852.0 Ops/sec |
lodash dynamic key | 3732283.0 Ops/sec |