From d13562252da5b58926c59ac77ca4e6d047dfdbe2 Mon Sep 17 00:00:00 2001 From: "Thiago Marcos P. Santos" Date: Wed, 27 Nov 2019 23:33:49 +0200 Subject: [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. --- .../tests/binary-size/android-arm64-v8a/style.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 metrics/tests/binary-size/android-arm64-v8a/style.json (limited to 'metrics/tests/binary-size/android-arm64-v8a/style.json') diff --git a/metrics/tests/binary-size/android-arm64-v8a/style.json b/metrics/tests/binary-size/android-arm64-v8a/style.json new file mode 100644 index 0000000000..e03001ffef --- /dev/null +++ b/metrics/tests/binary-size/android-arm64-v8a/style.json @@ -0,0 +1,22 @@ +{ + "version": 8, + "metadata": { + "test": { + "operations": [ + ["probeFileSize", "android-arm64-v8a", "/src/workspace/next-android-arm64-v8a-release/lib/libmapbox-gl.so", 0.01] + ], + "width": 64, + "height": 64 + } + }, + "sources": {}, + "layers": [ + { + "id": "background", + "type": "background", + "paint": { + "background-color": "green" + } + } + ] +} -- cgit v1.2.1