issues
search
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
Better check of measurement results
#235
Closed
mawHBT
closed
1 year ago
mawHBT
commented
1 year ago
Measurement results were only checked for existence, not for Error, Failure or SubthreadTimeout.
Now it's checked, if all results of TimeDataCollectorNoGC are free of Error, Failure or SubthreadTimeout.
Tested this locally.
DaGeRe
commented
1 year ago
Looks fine, thanks for the PR!