summaryrefslogtreecommitdiff
path: root/metrics
Commit message (Collapse)AuthorAgeFilesLines
* [metrics] Rebaseline linux-gcc8 mbgl-offline filesize metricAlexander Shalamov2019-12-021-1/+1
|
* [metrics] Rebaseline filesize metric for linux-clang8Alexander Shalamov2019-12-021-3/+3
|
* [android] Use icf=allThiago Marcos P. Santos2019-11-292-2/+2
| | | | | | Chromium is using it for a while on ARM. https://codereview.chromium.org/1153143004/patch/20001/30002
* [metrics] Measure compressed size for AndroidThiago Marcos P. Santos2019-11-288-8/+8
| | | | Because what metters is the size we add to the APK.
* [metrics] Add new baselines.Thiago Marcos P. Santos2019-11-283-3/+3
|
* [metrics] Isolate binary size metricsThiago Marcos P. Santos2019-11-2824-106/+231
| | | | | Will give us a better view of what changed and by how much. Otherwise the test stops at the first failure.
* [metrics] Add binary size metricsThiago Marcos P. Santos2019-11-277-0/+131
This test will check the size of the tools and shared libraries built from previous bots in a single run. We will have +/- 1% acceptable variance before the test fails.