Skip to content

Conversation

@workgroupengineering
Copy link
Contributor

fixes #1700

alternative version of PR #1702

@AndreyAkinshin AndreyAkinshin merged commit c1f210c into dotnet:master Feb 16, 2022
@AndreyAkinshin AndreyAkinshin added this to the v0.13.2 milestone Feb 16, 2022
@AndreyAkinshin
Copy link
Member

@workgroupengineering thanks!

Comment on lines -32 to +33
private readonly List<BenchmarkLogicalGroupRule> logicalGroupRules = new List<BenchmarkLogicalGroupRule>();
private readonly HashSet<BenchmarkLogicalGroupRule> logicalGroupRules = new HashSet<BenchmarkLogicalGroupRule>();
private readonly static Conclusion[] emptyConclusion = Array.Empty<Conclusion>();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@AndreyAkinshin @workgroupengineering
Not sure if you noticed, but this turns logicalGroupRules back into HashSet<> (changed to List<> in #1866).
(I didn't do a full review, but this one jumped at me)

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mawosoft nice catch! Fixed in bd08722

@workgroupengineering workgroupengineering deleted the Bugfix/Issue_1700_V2 branch February 16, 2022 15:34
YegorStepanov added a commit to YegorStepanov/BenchmarkDotNet that referenced this pull request Oct 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug] Not unique exporter for exporter type

3 participants