DaGeRe / peass

Tool for Performance analysis of software system
GNU Affero General Public License v3.0
10 stars 9 forks source link

Reduce logs by using -pl mvn argument #80

Closed Schattensilber closed 2 years ago

Schattensilber commented 2 years ago

Context: multi-module maven applications It seems that currently all modules are built in every test execution. This could be reduced to only building the neccessary modules with -pl -am

This would increase performance and decrease the size of the logs in a useful way.

DaGeRe commented 2 years ago

This is already implemented, just specify -pl and the name of the module when starting peass.