All notable changes to this project will be documented in this file.
- Support to Python 3.9.x
- Better pipelines on CI
- Better logs and traces when reporting handled errors
- Seems that version
0.15.x
of Gradle Profiler is not outputing statistical measures likemean
andstddev
in the CSV file anymore, thus analysis was failling since benchmark parsing could not succeed. We fix that, getting these two measures by ourselves.
- Initial release.
- Straight-forward comparison between two Gradle benchmarks with paired t-test
- Proper results reporting
- Proper errors reporting