Skip to content

Add size trends report step to CI workflow #133

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

Merged
merged 1 commit into from
Jun 5, 2020
Merged

Add size trends report step to CI workflow #133

merged 1 commit into from
Jun 5, 2020

Conversation

per1234
Copy link
Contributor

@per1234 per1234 commented Jun 4, 2020

On every push to the master branch, size data will be written to a Google Sheets spreadsheet.

This information will allow tracking the trends in memory usage over time.

The first row of data (in addition to the column headings row) should written to the spreadsheet when this PR is merged.


Question: do you think it's best to have a single spreadsheet for the size trends reports for all repositories (one sheet in the spreadsheet per repository), or a separate spreadsheet for each repository. The former seems more convenient, but my concern is that we could hit some limit at a distant date in the future when there are lots of repositories with trends reports. The latter results in more clutter by having multiple spreadsheets.

If we are planning to go with the single spreadsheet approach, I'd add the sheet-name: ArduinoIoTCloud input to the workflow in this PR.

On every push to the master branch, size data will be written to a Google Sheets spreadsheet.

This information will allow tracking the trends in memory usage over time.
@github-actions
Copy link

github-actions bot commented Jun 4, 2020

Memory usage change @d38082cc4f401465f04b4f43e290014f08d6fa3e

FQBN Flash Usage RAM For Global Variables
arduino:samd:mkr1000 0 0
arduino:samd:mkrgsm1400 0 0
arduino:samd:mkrnb1500 0 0
arduino:samd:mkrwan1300 0 0
arduino:samd:mkrwifi1010 0 0
arduino:samd:nano_33_iot 0 0
esp8266:esp8266:huzzah 0 0

Copy link
Contributor

@aentinger aentinger left a comment

Choose a reason for hiding this comment

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

Thank you @per1234 🚀

@aentinger aentinger merged commit 3ec5904 into arduino-libraries:master Jun 5, 2020
@per1234 per1234 deleted the size-trends-report branch June 5, 2020 07:55
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.

2 participants