DaGeRe / peass

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

Make Android versions configurable #125

Closed metint closed 1 year ago

metint commented 1 year ago

Partially fixes https://github.com/jenkinsci/peass-ci-plugin/issues/171

DaGeRe commented 1 year ago

Thanks for the PR. This is overall fine, but ExecutionConfig got a copy constructor and will only work if this implemented correctly. Could you add the lines for copying the data to the copy constructor?

DaGeRe commented 1 year ago

Sorry, I overlooked this - than its fine.