summaryrefslogtreecommitdiff
path: root/render-test/android-manifest-probe-network-gfx.json
diff options
context:
space:
mode:
authorzmiao <miao.zhao@mapbox.com>2019-12-02 13:29:13 +0200
committerGitHub <noreply@github.com>2019-12-02 13:29:13 +0200
commitb2693f9d539a1f54419cd948cbc5b5f8e2155df7 (patch)
treed94d893106c3bfbf14f4af8137c4e5dc2f94ad63 /render-test/android-manifest-probe-network-gfx.json
parent0c348a8acfcbb86c43b0d1764388a0d247b84404 (diff)
downloadqtlocation-mapboxgl-b2693f9d539a1f54419cd948cbc5b5f8e2155df7.tar.gz
[test-runner] Add android RenderTestRunner baseline metrics (#15979)
* [test-runner] Enable probe-testing android render test runner * [test-runner] Add pixel4 baseline metrics * Add git ignored metrics * Make renderTestrunner run two times with different manifest config
Diffstat (limited to 'render-test/android-manifest-probe-network-gfx.json')
-rw-r--r--render-test/android-manifest-probe-network-gfx.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/render-test/android-manifest-probe-network-gfx.json b/render-test/android-manifest-probe-network-gfx.json
new file mode 100644
index 0000000000..b16424d999
--- /dev/null
+++ b/render-test/android-manifest-probe-network-gfx.json
@@ -0,0 +1,10 @@
+{
+ "base_test_path":"mapbox-gl-js/test/integration",
+ "expectation_paths":["render-test/expected"],
+ "ignore_paths":["ignores/ignores.json", "ignores/linux-ignores.json"],
+ "vendor_path":"vendor",
+ "asset_path": "mapbox-gl-js/test/integration",
+ "result_path":"/sdcard/",
+ "probes": ["probeGFX", "probeNetwork"],
+ "metric_path":"render-test/metrics/android"
+} \ No newline at end of file