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

Always add size summary report to sketches report #128

Merged
merged 3 commits into from
Mar 31, 2023
Merged

Always add size summary report to sketches report #128

merged 3 commits into from
Mar 31, 2023

Conversation

per1234
Copy link
Collaborator

@per1234 per1234 commented Mar 31, 2023

In addition to per-sketch, per-board memory usage data, the sketches report contains a per-board summary of the results from all the compilations for that board.

Previously, when deltas data was not available, this summary section was arbitrarily omitted entirely from the sketches report. However, there is still board-universal information even without deltas:

  • Memory types
  • Maximums for each memory type

It is useful to have that information available on a per-board level so a summary report should always be added to the sketches report.

Previously the same value was used for both memory types in this test, which might result in false negatives.
In addition to per-sketch, per-board memory usage data, the sketches report contains a per-board summary of the results
from all the compilations for that board.

Previously, when deltas data was not available, this summary section was arbitrarily omitted entirely from the sketches
report. However, there is still board-universal information even without deltas:

- Memory types
- Maximums for each memory type

It is useful to have that information available on a per-board level so a summary report should always be added to the
sketches report.
@per1234 per1234 added type: enhancement Proposed improvement topic: code Related to content of the project itself labels Mar 31, 2023
@per1234 per1234 self-assigned this Mar 31, 2023
@per1234 per1234 merged commit 8fd8403 into arduino:main Mar 31, 2023
@per1234 per1234 deleted the handle-missing-report branch March 31, 2023 09:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: code Related to content of the project itself type: enhancement Proposed improvement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant