Unit Test Trace Analysis Data
Creators
Description
In order to find performance changes at code level, Peass (https://github.com/DaGeRe/peass) uses unit tests as proxy for the performance of a software. The performance of a unit test may not change if the called source stays the same. Therefore, PeASS' regression test selection identifies which tests to execute. For further analysis of the performance changes, the changed source is analysed and methods, which are called and which contain source code changes, are extracted.
This dataset provides the results of the regression test selection and source code analysis of Apache Commons Compress, CSV, DBCP, fileupload, imaging, IO, JCS, numbers, pool and text and httpcomponents-core.