On Oct 13, 2017 09:53, "Hauke Petersen" <[email protected]> wrote:
Hej, very nice effort, I love it! Thinking out loud: would it make sense to do some data aggregation for more generic views? On first thought I would imagine something like average ROM/RAM size over all application/examples over all platforms. I also have an idea for code size diff visualization, that I have in my mind for quite a while: how about we draw a (huge) table, using all available platforms as columns and all available applications as rows. Each cell would then be colored: different green saturation for code size decreases and different red saturation for code size increases, while something neutral for no change. Then we could draw this table once for ROM and once for RAM usage . This would allow us to see on first sight in which aspects a certain PR influences the overall code size and also if there are unexpected side effects in that regard. What do you think about this idea, and how would you assess the doability? Another way to do this could be using the Google docs api and updating a huge spreadsheet. Cheers, Hauke On 11.10.2017 16:59, Koen Zandberg wrote: Hello, One of the issues from the CI discussion at the RIOT summit was the tracking and graphing of the nightly build sizes. After some instructions from Kaspar for getting the JSON files I got something working here: https://riot-graphs.snt.utwente.nl/dashboard/db/demonstrator?orgId=1 For now I want to keep it up to date by running my script as a cron every night approximately after the nightly build. The source code of the script that parses and pushes the values to the database can be found at my github [1]. The dashboard is now a simple Grafana templated dashboard where a test and a board can be selected. I'd like to expand this by creating a dashboard for every test or for every board. The most difficult thing for now is to present the huge amount of data in a clear and concise way. Input on this and the overview in general is most welcome. Koen [1]: https://github.com/bergzand/RIOT-graphs _______________________________________________ devel mailing [email protected]https://lists.riot-os.org/mailman/listinfo/devel _______________________________________________ devel mailing list [email protected] https://lists.riot-os.org/mailman/listinfo/devel
_______________________________________________ devel mailing list [email protected] https://lists.riot-os.org/mailman/listinfo/devel
