Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 163316496.0 Ops/sec |
lodash get, empty input | 4950976.5 Ops/sec |
destructuring with defaults, find item | 32722882.0 Ops/sec |
lodash get, find item | 3734179.5 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 67921648.0 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 68051488.0 Ops/sec |
destructuring dynamic key | 32307500.0 Ops/sec |
lodash dynamic key | 3747511.8 Ops/sec |