Summary
This article shows performanse results for three tycho versions:
- tycho 0.14.1 (which is current wersion usedto build JBoss Tools)
- tycho 0.15.0-SNAPSHOT (built from master branch of local https://github.com/maxandersen/tycho clone)
- tycho 0.15.0-SNAPSHOT (built from bug373806 branch of local https://github.com/maxandersen/tycho clone where patch for https://bugs.eclipse.org/bugs/show_bug.cgi?id=373806 is applied)
For each version build is done w/ and w/o target platform to compare performance.
The results are for buildting JBoss Tools trunk: https://svn.jboss.org/repos/jbosstools/trunk.
Modules in reactor: 563.
Results
| tycho 0.15.0 master
| tycho 0.15.0 bug373806
| 0.14.1
|
|---|
| W/ Target Platform | 35:33.379s | 21:53.860s | 38:28.098s |
| W/o Target Platform | 21:50.783s | 22:20.605s | 23:23.020s |