Dana (DAta ANalysis) system provides:
- a way to agglomerate data coming from tests or benchmarks and processing them on the fly by doing some regression and comparison analysis,
- a dashboard to provide several views to enable fast identification of regressions or result comparisons,
- a regression workfow to follow the work on series and the overall progress,
- a report is sent each day at midnight with a summary of new regressions of the day.
See Principes documentation to understand key concepts of Dana.
Dana provides some APIs to add builds, series and samples. APIs are accessible using POST http requests or using a node client using WebSockets. See APIs documentation for details.
See Demo documentation to know who to setup a Demo dana server on your machine in few commands.
See Setup documentation to know who to setup a Dana server and Adding project pages to know how to add dashboard pages for a project.
- Please file them on https://github.com/google/dana/issues
- nodejs from https://nodejs.org/
- Dashboard components coming from https://colorlib.com/polygon/gentelella/index.html
- Awesome dygraphs library from http://dygraphs.com/
- Other node modules see package.json
This is not an official Google product