Merc
Results
2
comments of
Merc
This looks like a special feature of dive rather than a bug: When CI=true, dive first loads the default configuration: ```go func DefaultCIRules() CIRules { return CIRules{ LowestEfficiencyThresholdString: "0.9", HighestWastedBytesString:...
So you can change its value to "disabled" instead of commenting it out, for example: `highestUserWastedPercent: disabled`