Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 153600208.0 Ops/sec |
lodash get, empty input | 4662211.5 Ops/sec |
destructuring with defaults, find item | 35082412.0 Ops/sec |
lodash get, find item | 3626721.2 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 70819888.0 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 70878064.0 Ops/sec |
destructuring dynamic key | 35661148.0 Ops/sec |
lodash dynamic key | 3554595.8 Ops/sec |