Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 97490944.0 Ops/sec |
lodash get, empty input | 3498701.8 Ops/sec |
destructuring with defaults, find item | 21395048.0 Ops/sec |
lodash get, find item | 2649663.2 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 46967224.0 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 52415044.0 Ops/sec |
destructuring dynamic key | 20829578.0 Ops/sec |
lodash dynamic key | 2134304.5 Ops/sec |