Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Speedup build #4327

Merged
merged 1 commit into from Oct 24, 2018
Merged

Speedup build #4327

merged 1 commit into from Oct 24, 2018

Conversation

sbrunner
Copy link
Member

Currently on my host:
Desktop size: 1954962
Mobile size: 1694458
Real time: 5.08 [min]
CPU time (user + sys): 10.93 [min]

With this pull request:
Desktop size: 1982910 (+6.7%)
Mobile size: 1715072 (+6.8%)
Real time: 3.7 [min] (-27%)
CPU time (user + sys): 5.9 [min] (-46%)

Just by no suppress unused code:
Desktop size: 1982910 (+1.4%)
Mobile size: 1715072 (+1.2%)
Real time: 4.5 [min] (-12%)
CPU time (user + sys): 8.8 [min] (-20%)

No mangle and no suppress unused code::
Desktop size: 3184860 (+63%)
Mobile size: 2805945 (+66%)
Real time: 3.9 [min] (-23%)
CPU time (user + sys): 8.3 [min] (-24%)

Details: ngeo-build-time.zip

@sbrunner sbrunner added this to the 2.3 milestone Oct 23, 2018
@sbrunner sbrunner merged commit 3b43ee4 into 2.3 Oct 24, 2018
@sbrunner sbrunner deleted the speedup-build branch October 24, 2018 07:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants