summaryrefslogtreecommitdiff
path: root/metrics/tests/binary-size/linux-gcc8/metrics.json
diff options
context:
space:
mode:
authorThiago Marcos P. Santos <tmpsantos@gmail.com>2019-11-27 23:33:49 +0200
committerThiago Marcos P. Santos <tmpsantos@gmail.com>2019-11-28 12:34:22 +0200
commitd13562252da5b58926c59ac77ca4e6d047dfdbe2 (patch)
treedb53fb1237b9c996f4e49633d8ca5e14d9e918b0 /metrics/tests/binary-size/linux-gcc8/metrics.json
parent09b724ea3362cafb302307d311553374e7aafc75 (diff)
downloadqtlocation-mapboxgl-d13562252da5b58926c59ac77ca4e6d047dfdbe2.tar.gz
[metrics] Isolate binary size metrics
Will give us a better view of what changed and by how much. Otherwise the test stops at the first failure.
Diffstat (limited to 'metrics/tests/binary-size/linux-gcc8/metrics.json')
-rw-r--r--metrics/tests/binary-size/linux-gcc8/metrics.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/metrics/tests/binary-size/linux-gcc8/metrics.json b/metrics/tests/binary-size/linux-gcc8/metrics.json
new file mode 100644
index 0000000000..4a1e61f068
--- /dev/null
+++ b/metrics/tests/binary-size/linux-gcc8/metrics.json
@@ -0,0 +1,19 @@
+{
+ "file-size": [
+ [
+ "mbgl-glfw",
+ "/src/workspace/next-linux-gcc8-release/bin/mbgl-glfw",
+ 7205192
+ ],
+ [
+ "mbgl-offline",
+ "/src/workspace/next-linux-gcc8-release/bin/mbgl-offline",
+ 6357224
+ ],
+ [
+ "mbgl-render",
+ "/src/workspace/next-linux-gcc8-release/bin/mbgl-render",
+ 7143752
+ ]
+ ]
+}