lf-lang / reactor-uc

A lightweight reactor runtime targeted at resource-constrained embedded systems
BSD 2-Clause "Simplified" License
2 stars 2 forks source link

Produce memory usage reports when compiling tests #24

Closed erlingrj closed 2 weeks ago

erlingrj commented 4 weeks ago

It would be great to produce memory usage (program memory, data memory, stack size maybe) for the test programs. This data should be exported as artifacts by the CI so that we can monitor how PRs affect the memory performance.

This is being done for coverage and hopefully there are some Github Actions package or guide on how to achieve it for memory also