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

Use Unix Diff For Trace Diff Generation #149

Closed DaGeRe closed 2 years ago

DaGeRe commented 2 years ago

What feature do you want to see added?

The currently used Java difflib is very slow when applied to big traces (https://github.com/java-diff-utils/java-diff-utils/issues/148). Therefore, the unix diff command should be used again if it is available.

Upstream changes

No response

DaGeRe commented 2 years ago

This is implemented by https://github.com/DaGeRe/peass/commit/f2f6c2fdb7d0587b6149406900d11f8d865d260b and https://github.com/DaGeRe/peass/commit/bd86289b15e993d34118426e5f76c4ef7288423b