Merge lp:~aacid/unity/compile_faster into lp:unity
| Status: | Merged |
|---|---|
| Approved by: | Albert Astals Cid on 2012-10-22 |
| Approved revision: | 2863 |
| Merged at revision: | 2863 |
| Proposed branch: | lp:~aacid/unity/compile_faster |
| Merge into: | lp:unity |
| Diff against target: |
181 lines (+2/-144) 1 file modified
tests/CMakeLists.txt (+2/-144) |
| To merge this branch: | bzr merge lp:~aacid/unity/compile_faster |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| PS Jenkins bot | continuous-integration | Needs Fixing on 2012-10-19 | |
| Marco Trevisan (Treviño) | 2012-10-19 | Approve on 2012-10-19 | |
|
Review via email:
|
|||
Commit Message
Compile faster (by compiling less stuff twice)
Description of the Change
Compile faster (by compiling less stuff twice)
My build from scratch with make -j10 goes from
real 6m43.968s
user 47m3.992s
sys 2m40.926s
to
real 5m11.417s
user 35m29.861s
sys 1m58.103s
So 12 minutes of "cpu time" saved and 1:30 of "real time" saved :-)
| PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Autolanding.
More details in the following jenkins job:
http://
Executed test runs:
FAILURE: http://
FAILURE: http://
| Albert Astals Cid (aacid) wrote : | # |
Reapproving, let's see if the build bot was fixed over the weekend.


Thanks, we needed this.