Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 122084672.0 Ops/sec |
lodash get, empty input | 3805828.5 Ops/sec |
destructuring with defaults, find item | 24785240.0 Ops/sec |
lodash get, find item | 2938311.5 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 51566128.0 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 50934940.0 Ops/sec |
destructuring dynamic key | 24732942.0 Ops/sec |
lodash dynamic key | 2852426.2 Ops/sec |