We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f7cab1 commit 6248e85Copy full SHA for 6248e85
src/BenchmarkDotNet/Analysers/BaselineCustomAnalyzer.cs
@@ -31,7 +31,8 @@ protected override IEnumerable<Conclusion> AnalyseSummary(Summary summary)
31
continue;
32
33
var message = "A question mark '?' symbol indicates that it was not possible to compute the " +
34
- $"({columnNames}) column(s) because the baseline value is too close to zero.";
+ $"({columnNames}) column(s) because the baseline or benchmark could not be found, or " +
35
+ $"the baseline value is too close to zero.";
36
37
yield return Conclusion.CreateWarning(Id, message);
38
}
0 commit comments