diff options
author | Thiago Marcos P. Santos <tmpsantos@gmail.com> | 2019-12-22 21:39:52 +0200 |
---|---|---|
committer | Thiago Marcos P. Santos <tmpsantos@gmail.com> | 2020-01-08 13:07:12 +0200 |
commit | 13c550557278ad25c4da977c4ed03a1c89f81216 (patch) | |
tree | 487b50c57138dbfbc0dd5f179822bb8411659f18 /metrics | |
parent | af8092a86fc5465de3fe0bb2c9e1c24f3fec5965 (diff) | |
download | qtlocation-mapboxgl-13c550557278ad25c4da977c4ed03a1c89f81216.tar.gz |
[metrics] Use the cache database instead of file paths for fixtures
Now that we use a cache, we no longer need "asset_path" and
"vendor_path".
Diffstat (limited to 'metrics')
-rw-r--r-- | metrics/cache-metrics.db | bin | 0 -> 397312 bytes | |||
-rw-r--r-- | metrics/cache-style.db | bin | 0 -> 19214336 bytes | |||
-rw-r--r-- | metrics/next-FIXME-linux-asan-style.json | 5 | ||||
-rw-r--r-- | metrics/next-FIXME-linux-ubsan-style.json | 5 | ||||
-rw-r--r-- | metrics/next-android-render-test-runner-metrics.json | 1 | ||||
-rw-r--r-- | metrics/next-android-render-test-runner-style.json | 5 | ||||
-rw-r--r-- | metrics/next-linux-clang8-release-metrics.json | 5 | ||||
-rw-r--r-- | metrics/next-linux-clang8-release-style.json | 5 | ||||
-rw-r--r-- | metrics/next-linux-gcc8-debug-coverage-style.json | 5 | ||||
-rw-r--r-- | metrics/next-linux-gcc8-release-metrics.json | 5 | ||||
-rw-r--r-- | metrics/next-linux-gcc8-release-style.json | 5 | ||||
-rw-r--r-- | metrics/next-linux-tsan-style.json | 5 | ||||
-rw-r--r-- | metrics/next-macos-xcode11-debug-style.json | 5 | ||||
-rw-r--r-- | metrics/next-macos-xcode11-release-metrics.json | 5 | ||||
-rw-r--r-- | metrics/next-macos-xcode11-release-style.json | 5 |
15 files changed, 25 insertions, 36 deletions
diff --git a/metrics/cache-metrics.db b/metrics/cache-metrics.db Binary files differnew file mode 100644 index 0000000000..b52622fb7f --- /dev/null +++ b/metrics/cache-metrics.db diff --git a/metrics/cache-style.db b/metrics/cache-style.db Binary files differnew file mode 100644 index 0000000000..01a02c9360 --- /dev/null +++ b/metrics/cache-style.db diff --git a/metrics/next-FIXME-linux-asan-style.json b/metrics/next-FIXME-linux-asan-style.json index 518337de9e..7c99b2784c 100644 --- a/metrics/next-FIXME-linux-asan-style.json +++ b/metrics/next-FIXME-linux-asan-style.json @@ -1,12 +1,11 @@ { - "asset_path": "../mapbox-gl-js/test/integration", "base_test_path": "../mapbox-gl-js/test/integration", + "cache_path": "cache-style.db", "expectation_paths": [ "expectations/platform-all" ], "ignore_paths": [ "ignores/platform-all.json", "ignores/platform-linux.json" - ], - "vendor_path": "../vendor" + ] } diff --git a/metrics/next-FIXME-linux-ubsan-style.json b/metrics/next-FIXME-linux-ubsan-style.json index 518337de9e..7c99b2784c 100644 --- a/metrics/next-FIXME-linux-ubsan-style.json +++ b/metrics/next-FIXME-linux-ubsan-style.json @@ -1,12 +1,11 @@ { - "asset_path": "../mapbox-gl-js/test/integration", "base_test_path": "../mapbox-gl-js/test/integration", + "cache_path": "cache-style.db", "expectation_paths": [ "expectations/platform-all" ], "ignore_paths": [ "ignores/platform-all.json", "ignores/platform-linux.json" - ], - "vendor_path": "../vendor" + ] } diff --git a/metrics/next-android-render-test-runner-metrics.json b/metrics/next-android-render-test-runner-metrics.json index f60e6a50f2..415c786b00 100644 --- a/metrics/next-android-render-test-runner-metrics.json +++ b/metrics/next-android-render-test-runner-metrics.json @@ -1,5 +1,6 @@ { "base_test_path": "tests", + "cache_path": "cache-metrics.db", "expectation_paths": [ "expectations/platform-all", "expectations/platform-android" diff --git a/metrics/next-android-render-test-runner-style.json b/metrics/next-android-render-test-runner-style.json index b00e9f0ea1..fb774b97dc 100644 --- a/metrics/next-android-render-test-runner-style.json +++ b/metrics/next-android-render-test-runner-style.json @@ -1,6 +1,6 @@ { - "asset_path": "../mapbox-gl-js/test/integration", "base_test_path": "../mapbox-gl-js/test/integration", + "cache_path": "cache-style.db", "expectation_paths": [ "expectations/platform-all", "expectations/platform-android" @@ -15,6 +15,5 @@ "probeGFX", "probeNetwork" ], - "result_path": "/sdcard", - "vendor_path": "../vendor" + "result_path": "/sdcard" } diff --git a/metrics/next-linux-clang8-release-metrics.json b/metrics/next-linux-clang8-release-metrics.json index 2afb821d5e..69793b589c 100644 --- a/metrics/next-linux-clang8-release-metrics.json +++ b/metrics/next-linux-clang8-release-metrics.json @@ -1,6 +1,6 @@ { - "asset_path": "../mapbox-gl-js/test/integration", "base_test_path": "tests", + "cache_path": "cache-metrics.db", "expectation_paths": [ "expectations/platform-all" ], @@ -13,6 +13,5 @@ "probeGFX", "probeMemory", "probeNetwork" - ], - "vendor_path": "../vendor" + ] } diff --git a/metrics/next-linux-clang8-release-style.json b/metrics/next-linux-clang8-release-style.json index 137ad5ae24..a839a9e15d 100644 --- a/metrics/next-linux-clang8-release-style.json +++ b/metrics/next-linux-clang8-release-style.json @@ -1,6 +1,6 @@ { - "asset_path": "../mapbox-gl-js/test/integration", "base_test_path": "../mapbox-gl-js/test/integration", + "cache_path": "cache-style.db", "expectation_paths": [ "expectations/platform-all" ], @@ -12,6 +12,5 @@ "probes": [ "probeGFX", "probeNetwork" - ], - "vendor_path": "../vendor" + ] } diff --git a/metrics/next-linux-gcc8-debug-coverage-style.json b/metrics/next-linux-gcc8-debug-coverage-style.json index 518337de9e..7c99b2784c 100644 --- a/metrics/next-linux-gcc8-debug-coverage-style.json +++ b/metrics/next-linux-gcc8-debug-coverage-style.json @@ -1,12 +1,11 @@ { - "asset_path": "../mapbox-gl-js/test/integration", "base_test_path": "../mapbox-gl-js/test/integration", + "cache_path": "cache-style.db", "expectation_paths": [ "expectations/platform-all" ], "ignore_paths": [ "ignores/platform-all.json", "ignores/platform-linux.json" - ], - "vendor_path": "../vendor" + ] } diff --git a/metrics/next-linux-gcc8-release-metrics.json b/metrics/next-linux-gcc8-release-metrics.json index 6c041af80e..0f6a52d45f 100644 --- a/metrics/next-linux-gcc8-release-metrics.json +++ b/metrics/next-linux-gcc8-release-metrics.json @@ -1,6 +1,6 @@ { - "asset_path": "../mapbox-gl-js/test/integration", "base_test_path": "tests", + "cache_path": "cache-metrics.db", "expectation_paths": [ "expectations/platform-all" ], @@ -13,6 +13,5 @@ "probeGFX", "probeMemory", "probeNetwork" - ], - "vendor_path": "../vendor" + ] } diff --git a/metrics/next-linux-gcc8-release-style.json b/metrics/next-linux-gcc8-release-style.json index 4961756a61..8f7093aaaa 100644 --- a/metrics/next-linux-gcc8-release-style.json +++ b/metrics/next-linux-gcc8-release-style.json @@ -1,6 +1,6 @@ { - "asset_path": "../mapbox-gl-js/test/integration", "base_test_path": "../mapbox-gl-js/test/integration", + "cache_path": "cache-style.db", "expectation_paths": [ "expectations/platform-all" ], @@ -12,6 +12,5 @@ "probes": [ "probeGFX", "probeNetwork" - ], - "vendor_path": "../vendor" + ] } diff --git a/metrics/next-linux-tsan-style.json b/metrics/next-linux-tsan-style.json index 518337de9e..7c99b2784c 100644 --- a/metrics/next-linux-tsan-style.json +++ b/metrics/next-linux-tsan-style.json @@ -1,12 +1,11 @@ { - "asset_path": "../mapbox-gl-js/test/integration", "base_test_path": "../mapbox-gl-js/test/integration", + "cache_path": "cache-style.db", "expectation_paths": [ "expectations/platform-all" ], "ignore_paths": [ "ignores/platform-all.json", "ignores/platform-linux.json" - ], - "vendor_path": "../vendor" + ] } diff --git a/metrics/next-macos-xcode11-debug-style.json b/metrics/next-macos-xcode11-debug-style.json index 463e771a1e..083f78450e 100644 --- a/metrics/next-macos-xcode11-debug-style.json +++ b/metrics/next-macos-xcode11-debug-style.json @@ -1,12 +1,11 @@ { - "asset_path": "../mapbox-gl-js/test/integration", "base_test_path": "../mapbox-gl-js/test/integration", + "cache_path": "cache-style.db", "expectation_paths": [ "expectations/platform-all" ], "ignore_paths": [ "ignores/platform-all.json", "ignores/platform-macos.json" - ], - "vendor_path": "../vendor" + ] } diff --git a/metrics/next-macos-xcode11-release-metrics.json b/metrics/next-macos-xcode11-release-metrics.json index dc387af251..41e517bdc8 100644 --- a/metrics/next-macos-xcode11-release-metrics.json +++ b/metrics/next-macos-xcode11-release-metrics.json @@ -1,6 +1,6 @@ { - "asset_path": "../mapbox-gl-js/test/integration", "base_test_path": "tests", + "cache_path": "cache-metrics.db", "expectation_paths": [ "expectations/platform-all" ], @@ -13,6 +13,5 @@ "probeGFX", "probeMemory", "probeNetwork" - ], - "vendor_path": "../vendor" + ] } diff --git a/metrics/next-macos-xcode11-release-style.json b/metrics/next-macos-xcode11-release-style.json index c04f290fae..326fc645f2 100644 --- a/metrics/next-macos-xcode11-release-style.json +++ b/metrics/next-macos-xcode11-release-style.json @@ -1,6 +1,6 @@ { - "asset_path": "../mapbox-gl-js/test/integration", "base_test_path": "../mapbox-gl-js/test/integration", + "cache_path": "cache-style.db", "expectation_paths": [ "expectations/platform-all" ], @@ -12,6 +12,5 @@ "probes": [ "probeGFX", "probeNetwork" - ], - "vendor_path": "../vendor" + ] } |