Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 13789080.0 Ops/sec |
lodash get, empty input | 4406443.5 Ops/sec |
destructuring with defaults, find item | 5181814.5 Ops/sec |
lodash get, find item | 2730395.8 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 6419046.0 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 6457387.5 Ops/sec |
destructuring dynamic key | 5081947.0 Ops/sec |
lodash dynamic key | 2753267.0 Ops/sec |