Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 90324744.0 Ops/sec |
lodash get, empty input | 3078764.2 Ops/sec |
destructuring with defaults, find item | 19588938.0 Ops/sec |
lodash get, find item | 2196657.2 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 36855488.0 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 36472468.0 Ops/sec |
destructuring dynamic key | 18760198.0 Ops/sec |
lodash dynamic key | 2233349.8 Ops/sec |