Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 146631712.0 Ops/sec |
lodash get, empty input | 2563474.2 Ops/sec |
destructuring with defaults, find item | 26579824.0 Ops/sec |
lodash get, find item | 2093417.1 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 52475160.0 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 52252240.0 Ops/sec |
destructuring dynamic key | 23169304.0 Ops/sec |
lodash dynamic key | 2086306.8 Ops/sec |