You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
In the fork used for the analysis of Ant applications, the code of Peass was modified to skip repetetive compiling of already compiled versions of the applications under test. This significantly reduced the time consumption of the performance analysis. To integrate the fork into this repository, the described behavior should be enabled with a command option.
Description
In the fork used for the analysis of Ant applications, the code of Peass was modified to skip repetetive compiling of already compiled versions of the applications under test. This significantly reduced the time consumption of the performance analysis. To integrate the fork into this repository, the described behavior should be enabled with a command option.
Reference
Changes in Fork: https://github.com/stro18/peass/pull/7/files
(Adapted) Test Execution for Ant Applications: https://github.com/stro18/peass-ant/blob/main/src/main/java/de/stro18/peass_ant/executor/AntTestExecutor.java
The text was updated successfully, but these errors were encountered: