jenkinsci / peass-ci-plugin

Jenkins plugin for peass to support performance measurement in CI
https://plugins.jenkins.io/peass-ci/
GNU Affero General Public License v3.0
4 stars 12 forks source link

Imported: Simpler Configuration #8

Closed DaGeRe closed 1 year ago

DaGeRe commented 3 years ago

This issue has been imported from an old repository. It was originally created by @Schattensilber at 2021-03-10T23:33:24Z with number #8

It is fairly hard to choose a proper configuration that will a) not take too long to finish b) show small enough performance differences

Is it possible to let the tool figure out the appropriate configuration by giving it a target time and significance? As a start the tool might make bad assumptions but would offer this configuration optionally in the interface.

DaGeRe commented 3 years ago

This comment has been imported from an old repository. It was originally created by @DaGeRe at 2021-03-11T09:56:39Z

While that is a good goal in general, its implementation is complicated.

It would be possible to give Peass a target time, and Peass repeats VMs until the time is over. Then, it could be checked based on the significance whether there is a performance change.

Unfortunately, this simple approach has some drawbacks:

We should first integrate the measurement (of at least a part of the unit tests) into your CI process with an example configuration and afterwards check again whether it is possible to ease the configuration like this.

DaGeRe commented 1 year ago

Detecting a suitable configuration is a research topic itself and cannot be implemented as a simple feature in Peass. Therefore, for now, it will stay as it is, that the user needs to specify a suitable configuration. In future research projects, an approach for this might be created.