Skip to content

Commit 6571601

Browse files
committed
most conservative mode
1 parent 22e8883 commit 6571601

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BenchmarkDotNet/Order/DefaultOrderer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ public string GetLogicalGroupKey(ImmutableArray<BenchmarkCase> allBenchmarksCase
9494
bool hasJobBaselines = allBenchmarksCases.Any(b => b.Job.Meta.Baseline);
9595
bool hasDescriptorBaselines = allBenchmarksCases.Any(b => b.Descriptor.Baseline);
9696

97-
if (hasMultipleTypes)
97+
if (hasMultipleTypes && !hasJobBaselines && !hasDescriptorBaselines)
9898
{
9999
implicitRules.Add(BenchmarkLogicalGroupRule.ByType);
100100
}

0 commit comments

Comments
 (0)