Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 7836776.0 Ops/sec |
lodash get, empty input | 2017090.0 Ops/sec |
destructuring with defaults, find item | 2564984.2 Ops/sec |
lodash get, find item | 1163094.0 Ops/sec |
destructuring null input | 6293740.0 Ops/sec |
lodash null input | 3384088.2 Ops/sec |
destructuring undefined input | 6343673.5 Ops/sec |
lodash undefined input | 3394922.8 Ops/sec |
destructuring dynamic key | 2529925.8 Ops/sec |
lodash dynamic key | 1139816.2 Ops/sec |