Openthread: add a size change report for pull request?

Created on 4 Jun 2019  路  3Comments  路  Source: openthread/openthread

Is your feature request related to a problem? Please describe.
We need to get notified for unexpected size change. This is important for size restricted platforms.

Describe the solution you'd like
Generate a size change report containing size changes of all platforms after running travis check.

Describe alternatives you've considered
None.

Additional context
None.

continuous-integration help wanted

Most helpful comment

This would be very helpful.

The travis scripts print the output of arm-none-eabi-size in the build logs, but that is not visible enough.

Ideally, not only do we track difference for a given PR, but we also trend the code size so we can see the change over a longer period of time. It may be that not any one given change is significant, but many small changes are.

All 3 comments

This would be very helpful.

The travis scripts print the output of arm-none-eabi-size in the build logs, but that is not visible enough.

Ideally, not only do we track difference for a given PR, but we also trend the code size so we can see the change over a longer period of time. It may be that not any one given change is significant, but many small changes are.

4026 enabled reporting size diff for every PR. Next step is to record the history of size. I am running out of cycles recently. Anyone who wants to contribute are welcome. The source code is at https://github.com/openthread/size-report

Resolved by #4026.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

seriph picture seriph  路  4Comments

LuDuda picture LuDuda  路  4Comments

nibanks picture nibanks  路  6Comments

jwhui picture jwhui  路  6Comments

testter2 picture testter2  路  6Comments