Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 7477450.0 Ops/sec |
lodash get, empty input | 1895228.8 Ops/sec |
destructuring with defaults, find item | 2201851.0 Ops/sec |
lodash get, find item | 1101227.0 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 3492562.0 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 3518799.5 Ops/sec |
destructuring dynamic key | 2342789.0 Ops/sec |
lodash dynamic key | 1189960.8 Ops/sec |