Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doop-api: reduce allocations during AggregateReports() #184

Merged
merged 1 commit into from Mar 5, 2024

Conversation

majewsky
Copy link
Contributor

@majewsky majewsky commented Mar 5, 2024

By filling the Violation.ClusterName attribute early (during report loading), we can avoid making explicit copies of the violations during the aggregation.

By filling the Violation.ClusterName attribute early (during report
loading), we can avoid making explicit copies of the violations during
the aggregation.
@coveralls
Copy link

Coverage Status

coverage: 45.053% (-0.04%) from 45.09%
when pulling a220d14 on reduce-allocations
into e37f5fa on main.

@SuperSandro2000 SuperSandro2000 merged commit a6e7089 into main Mar 5, 2024
6 checks passed
@SuperSandro2000 SuperSandro2000 deleted the reduce-allocations branch March 5, 2024 12:26
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.

None yet

3 participants