Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 3802575.5 Ops/sec |
lodash get, empty input | 1207526.9 Ops/sec |
destructuring with defaults, find item | 1285530.0 Ops/sec |
lodash get, find item | 619933.0 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 1992435.0 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 1879454.8 Ops/sec |
destructuring dynamic key | 1331781.8 Ops/sec |
lodash dynamic key | 662655.3 Ops/sec |